Create Access Token

View as Markdown
### Create Access Token The **Create Access Token** endpoint generates a Bearer token used to authenticate all other requests in this collection. Each token is valid for approximately **60 minutes** (`3600` seconds). - Call this endpoint before making any other API requests. - The token is automatically saved to the `token` environment variable upon a successful response, so it is immediately available across all other requests. > For sandbox/staging, use your assigned test credentials.

Request

This endpoint expects an object.
usernamestringRequired
passwordstringRequired

Response

OK
messagestring
dataobject