# Obtain an access token with a 24-hour expiry. Contact our support team to request the client_id and client_secret. Provides an access token to query the APIs Endpoint: POST /auth-tokens/v2/api ## Request fields (application/json): - `client_id` (string, required) ID assigned to Client Organization - `client_secret` (string, required) Secret assigned to Client Organization - `grant_type` (string) This is always “client” ## Response 201 fields (application/json): - `access_token` (string, required) Example: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c" ## Response 400 fields ## Response 401 fields ## Response 404 fields