Generate API Token
POST/users/me/api-tokens
Create a bearer API token for the authenticated user with an optional name and expiration date (ISO format; omit for a non-expiring token). Returns 201 with the token value, or 400 when the expiration date is invalid or not in the future.
Request
Responses
- 200
- 422
Successful Response
Validation Error