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

Request

API key settings
anyRequired
OR
anyRequired

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

Errors