Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 1002 Bytes

File metadata and controls

18 lines (14 loc) · 1002 Bytes

ApiKey

Properties

Name Type Description Notes
id int Unique ID [optional]
access_id str Access ID [optional]
name str The name of the API Key [optional]
last_used_at datetime ISO 8601 timestamp when the key was last used [optional]
created_at datetime ISO 8601 timestamp when the resource was created [optional]
updated_at datetime ISO 8601 timestamp when the resource was updated [optional]
secret_key str Secret Key - This will only be returned once when the key is first created. [optional]
user User Associated User [optional]
user_id int Associated User ID [optional]

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