API Keys
Create API Key
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Account Id
Body
application/json
The API key to be created.
Response
200 - application/json
A successful response.
Unique identifier (Key ID) for the API key, used primarily for deletion.
Display name for the API key, defaults to "default" if not specified.
The actual API key value, only available upon creation and not stored thereafter.
Timestamp indicating when the API key was created.
Indicates whether the plaintext value of the API key is unknown to Fireworks. If true, Fireworks does not know this API key's plaintext value. If false, Fireworks does know the plaintext value.
Was this page helpful?