auth

Create Pat

Issue a new personal access token for the current user.

post/api/v1/auth/pat

Response

Successful Response

idstring uuid required

Unique identifier for the PAT.

created_atstring required

ISO-8601 timestamp when the PAT was created.

last_used_atstring nullable

ISO-8601 timestamp when the PAT was last used, if ever.

tokenstring required

The raw PAT value. Only returned at creation time.

Changes

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