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_idstringOptional
The unique identifier of the API key
keystringOptional
The API key
commentstringOptional
A comment for the API key
scopeslist of stringsOptional
The scopes for the API key
tagslist of stringsOptional
The tags for the API key
expiration_datedatetimeOptional
The expiration date of the API key

Errors