Create a personal access token
POST/me/tokens
Issues a user-scoped bearer token. The plaintext token is returned exactly once, in this response. It does not authenticate the /api/v1 REST surface, which takes the OAuth bearer token.
Request
Responses
- 201
- 400
- 401
- 403
- 409
- 429
Created
Bad Request
Unauthorized
Forbidden - request denied by authorization, or blocked by the API firewall
Conflict
Too many requests - rate limited by the API firewall; wait out the Retry-After delay before retrying
Response Headers
Retry-After
Delay in seconds a client must wait before retrying the request