Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 664 Bytes

File metadata and controls

27 lines (18 loc) · 664 Bytes

Auth endpoint

The auth endpoint exposes operations for authenticating against the API.

POST /api/auth/login

Authenticates a user with username and password. These values must match the values of the user’s account.

operation::auth-token[snippets='request-fields,curl-request,response-fields,http-response']

You can request a new access token by passing a valid refresh value to the API.

operation::auth-refresh[snippets='request-fields,curl-request,response-fields,http-response']