Get Security Token
Use this endpoint to get the security token that is used throughout the rest of the documentation.
1 |
|
Input Parameters
Query Param | Type | Required | Description |
---|---|---|---|
sourceCustomerId | string | Required | The source customer ID. This is obfuscated unique customer identifier. |
Output
If the customer specified cannot be found, this endpoint will return a 404 status code along with the standard error response.
For successful responses, the endpoint returns a JSON object with the following property:
Property | Type | Description |
---|---|---|
token | string | The security token. |
Info
Note: This token does not expire and does not contain expiration information, however, it is safest to assume that tokens will only work during the time a customer is logged in.
Example
Request
1 |
|
Response
1 |
|
1 2 3 |
|
1 |
|