# Machine 2 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 #### Headers - **Accept** (string) - **Content-Type** (string) #### Body: application/json (object) object ### 401 Unauthorized #### Headers - **Date** (string) - **Content-Type** (string) - **Content-Length** (integer) - **Connection** (string) - **X-Auth0-RequestId** (string) - **X-RateLimit-Limit** (integer) - **X-RateLimit-Remaining** (integer) - **X-RateLimit-Reset** (integer) - **WWW-Authenticate** (string) - **Cache-Control** (string) #### Body: application/json (object) object [Powered by Bump.sh](https://bump.sh)