# Loyalty SSO - OAuth token exchange **POST /auth/token** https://integrator.com/auth/token ## Servers - Staging Environment: https://api.staging.deliverect.com (Staging Environment) ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **grant_type** (string) - **client_id** (string) - **client_secret** (string) - **code** (string) - **accountId** (string) The deliverect customer account id - **loyaltyProfileId** (string) The loyalty profile id being use ## Responses ### 200 200 #### Body: application/json (object) - **token_type** (string) - **scope** (string) - **created_at** (string) - **access_token** (string) - **refresh_token** (string) ### 400 400 #### Body: application/json (object) object [Powered by Bump.sh](https://bump.sh)