Create a Project Key

Creates a new API key with specified settings for the project

Path parameters

project_idstringRequired
The unique identifier of the project

Headers

AuthorizationstringRequired

Header authentication of the form Token <token>

Query parameters

statusenumOptional
Only return keys with a specific status
Allowed values:

Request

This endpoint expects any.

Response

API key created successfully
api_key_idstring or null
The unique identifier of the API key
keystring or null
The API key
commentstring or null
A comment for the API key
scopeslist of strings or null
The scopes for the API key
tagslist of strings or null
The tags for the API key
expiration_datedatetime or null
The expiration date of the API key

Errors