Get a parent Customer.

Retrieve the parent Customer profile information of a current user.

SecurityApiKeyAuth or BasicAuth
Request
header Parameters
X-API-Key
required
string

Customer-specific API key required to invoke API.

Authorization
required
string

Provided by Authentication Token creation operation

AccessToken
required
string

JWT token provided by Authentication Token creation operation.

Content-Type
required
string
Value: "application/json"
Responses
200

The Response Body will be a JSON object that contains information about the customer.

401

Unauthorized. Missing Authorization or AccessToken or Access Token expired

403

Forbidden. Missing X-API-key

get/customer
Request samples
Response samples
application/json
{
  • "customerId": "1571618541345",
  • "name": "John Lake",
  • "profile": {
    }
}