API Keys
Create API Key
Create a new API key for authentication.
POST
Request Body
string
An optional name for the API key to help identify it.
string
The access scope for the key. Either
"read-write" or "read-only". Defaults to "read-write".Response
string
Unique identifier for the API key.
string
The full API key. Only returned at creation time.
string
A prefix of the key for identification purposes.
string
The name of the API key.
string
The access scope:
"read-write" or "read-only".string
ISO 8601 timestamp of when the key was created.
string
ISO 8601 timestamp of when the key was last used, or
null.