Authorizations
An access token used to authenticate a user and grant access to restricted APIs. It is issued by session APIs. For status codes related to this header, refer to the Common Headers Documentation.
Path Parameters
The organization's ID.
- Must be a valid UUID.
Example:
"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11"
Body
application/json
The API key creation request.
The API key name.
Example:
"My Service API Key"
The API key scope. Default value is ie_model.
Available options:
ie_model, ce_resource Example:
"ie_model"
The UNIX timestamp when API key will expire (UTC).
- Must be a UNIX timestamp in seconds and must be greater than the current time.
- If not set, the key will not expire.
Example:
1738812775
Response
Successfully created an API key.
The generated API key (returned only once).
Example:
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImM2NDNh..."