Skip to main content
POST
Generate a token

Authorizations

Authorization
string
header
required

Personal access token is obtained through your profile

Path Parameters

projectId
string<uuid>
required

Unique identifier of the project

Body

application/json
name
string
required

Name to identify the access token

Response

200 - application/json

The newly created project access token

The newly created project access token

id
string<uuid>
required

Unique identifier of the project access token

name
string
required

Name of the access token

token
string
required

The access token value

projectId
string<uuid>
required

ID of the project this token belongs to

createdAt
string
required

Timestamp when the token was created

createdBy
object | null

User who created the token