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
The unique identifier of the project

Request

API key settings
anyRequired
OR
anyRequired

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_datestringOptionalformat: "date-time"
The expiration date of the API key

Errors

400
Bad Request Error