# Machine to Machine Access Token **POST /oauth/token** ## Servers - https://api.staging.deliverect.com: https://api.staging.deliverect.com () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **client_id** (string) - **client_secret** (string) - **audience** (string) - **grant_type** (string) ## Responses ### 200 OK #### Body: application/json (object) - **access_token** (string) - **expires_at** (integer) - **token_type** (string) - **scope** (string) ### 401 Unauthorized [Powered by Bump.sh](https://bump.sh)