Create a Project Key

Creates a new API key with specified settings for the project

Authentication

AuthorizationToken

Use Authorization: Token <API_KEY> Example: Authorization: Token 12345abcdef

Path parameters

project_idstringRequired

Request

API key settings
anyRequired
OR
anyRequired

Response

API key created successfully
api_key_idstring
The unique identifier of the API key
keystring
The API key
commentstring
A comment for the API key
scopeslist of strings
The scopes for the API key
tagslist of strings
The tags for the API key
expiration_datestringformat: "date-time"
The expiration date of the API key

Errors

400
Bad Request Error