Get Endpoint URL for a User
Use this API endpoint to retrieve the endpoint URI which the specified user can make subsequent API requests to the Responsys REST API. A successful response will return:
{
"apiType": "rest",
"endPoint": "https://XXXXXX-api.responsys.net"
}
Where the value of endPoint is the endpoint URI used to send API requests to the apiType, where for example rest represents the Responsys REST API, described in this documentation.
Service URL:
/rest/api/v1.3/account/endpoint
Request Method:
GET
Request Header:
Authorization=<AUTH_TOKEN>
Content-Type=application/json
Request Body - Required Properties:
Not applicable
Sample Request Body
Not applicable
Sample Response Body
Refer to the online REST API reference for an explanation of each property returned in the response.
{
"apiType": "rest",
"endPoint": "https://api-XX.responsys.net"
}