Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.44 KB

ApiKeyCreateResponse.md

File metadata and controls

20 lines (17 loc) · 1.44 KB

# ApiKeyCreateResponse

Properties

Name Type Description Notes
active bool Indicates if the api key is active [optional]
created_at int Unix timestamp in seconds of when the api key was created [optional]
updated_at int Unix timestamp in seconds of when the api key was last updated [optional]
deactivated_at int Unix timestamp in seconds of when the api key was deleted [optional]
description string A name or brief explanation of what this api key is used for [optional]
id string Unique identifier of the api key [optional]
livemode bool Indicates if the api key is in production [optional]
deleted bool Indicates if the api key was deleted [optional]
object string Object name, value is 'api_key' [optional]
prefix string The first few characters of the authentication_token [optional]
role string Indicates if the api key is private or public [optional]
authentication_token string It is occupied as a user when authenticated with basic authentication, with a blank password. This value will only appear once, in the request to create a new key. Copy and save it in a safe place. [optional]

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