IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
ApiKeyResponse
editApiKeyResponse
editThe response model for an API key.
Properties
edit-
creation_date
(string
asdate-time
, required) - The date/time for when the API key is created.
-
description
(string
, required) - The API key description. TIP: Useful when you have multiple API keys.
-
id
(string
, required) - The API key ID.
-
key
(string
) - The API key. TIP: Since the API key is returned only once, save it in a safe place.
-
user_id
(string
) - The user ID.
Example
edit{ "creation_date" : "2019-01-01T00:00:00Z", "description" : "string", "id" : "string", "key" : "string", "user_id" : "string" }