auth

Create Api Key

post/api/v1/auth/api-keys/

Request body

namestring required
expires_in_daysinteger required
user_idstring uuid required

Bot user to link this API key to

Response

Successful Response

idstring uuid required
namestring required
key_prefixstring required
created_atstring date-time required
last_used_atstring date-time nullable required
expires_atstring date-time nullable required
keystring nullable

Changes

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