API Keys

Create Api Key

post/api/v1/api-keys

Request body

api_key_idstring uuid required

The unique identifier of the API key

api_key_namestring required

The name of the API key

expires_atstring date-time nullable required
api_key_type'GENERAL' | 'PROJECT'

Response

Successful Response

api_key_idstring uuid required

The unique identifier of the API key

api_key_namestring required

The name of the API key

owner_idstring required

The ID of a signed up user in Rebolt.

api_key_secretstring required
scopesAPIKeyScopes required

A model representing the scopes of an API key.

expires_atstring date-time nullable required

Changes

No recorded changes to this endpoint across all 1 revision of this API.