Get details for a specific customer

Are you looking for details about a specific customer? Use GET {URI}/customers/{customerIdentifier}endpoint to get details:

EndpointPurpose
GET {URI}/customers/{customerIdentifier}Get details for a specific customer on this platform.

The following path parameter is used with this endpoint:

Path paramData typeDescription
customerIdentifierstringA unique identifier for the customer under which you are seeking details. The string must have 5-100 characters.

The following code shows the response example for when you useGET {URI}/customers/{customerIdentifier}:

{
  "customerIdentifier": "string",
  "displayName": "string",
  "status": "string",
  "createdAt": "2024-03-11T19:30:55.706Z",
  "accounts": [
    {
      "accountIdentifier": "string",
      "accountNumber": "string",
      "displayName": "string",
      "createdAt": "2024-03-11T19:30:55.706Z",
      "status": "string",
      "currencyCode": "string"
    }
  ]
}

The possible response codes for this endpoint are:

  • 200 OK
  • 400 Bad request
  • 401 Unauthorized
  • 403 Forbidden
  • 404 Not Found

Rewards as a Service™ and the RaaS® API are provided by Tango Card, Inc. © 2024 Tango Card, Inc.