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.
-
expiration_date
(string
asdate-time
) - The date/time when the API key expires.
-
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.
-
organization_id
(string
) - The organization ID linked to the API key
-
user_id
(string
) - The user ID.
Example
edit{ "creation_date" : "2019-01-01T00:00:00Z", "description" : "string", "expiration_date" : "2019-01-01T00:00:00Z", "id" : "string", "key" : "string", "organization_id" : "string", "user_id" : "string" }