The auth endpoint exposes operations for authenticating against the API.
POST /api/auth/loginAuthenticates 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']