Return Policy Service

This site documents the technical contracts for interacting with the Return Policy Service, an API provided by Inmar Intelligence for registering returns to be processed by our suite of value recovery services.

When onboarded by Inmar Intelligence to use the Return Policy Service, each client will be provided with two sets of credentials with which to interact with the API:

  • A client ID and client secret pair for authorization token generation (see Authorization section below)

  • A consumer ID included in operations sent to the API

Authorization

The Return Policy Service uses Azure Active Directory B2C for token generation under the Inmar One SSO tenant. Inmar One SSO is Inmar's solution for customer single sign-on access to Inmar applications.

To generate a token, make a request to POSThttps://ut-api-rps.rxr.inmar.com/v1/GetToken with a body of content type application/json containing the following fields:

  • client_id: client ID credential given to the client upon onboarding

  • client_secret: client secret credential given to the client upon onboarding

To have more information about the GetToken endpoint, please read the documentation.

GetToken Documentation