Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 795 Bytes

ApiTokensPrivateCreateResponse.md

File metadata and controls

15 lines (11 loc) · 795 Bytes

ApiTokensPrivateCreateResponse

Properties

Name Type Description Notes
id string The unique id (UUID) of the api token
created_at string The creation time
scope string[] The scope for this token. [optional]
encrypted_token string The encrypted value of a token. This value will only be returned for token of type in_app_update. [optional]
description string The description of the token [optional]
api_token string The api token generated will not be accessible again

[Back to Model list] [Back to API list] [Back to README]