Skip to main content

Login For Access Token

Validate a user exists with a valid password and return an access token used to authenticate with other subsequent API calls in a session.

Request Body — REQUIRED
grant_type Grant Type

Possible values: Value must match regular expression password

username Username — REQUIRED
password Password — REQUIRED
scope Scope
client_id Client Id
client_secret Client Secret
Responses
200

Successful Response

Schema
undefined
422

Validation Error

Schema
detail object[]
loc string[] — REQUIRED
msg Message — REQUIRED
type Error Type — REQUIRED