GET /platform/v1/endpoints/{endpointType}

Overview

Gets endpoint data.

URL Parameters

Name Type Description
endpointType enum Required Value of endpointType. Valid endpoints are ftp, soap, and rest.

Usage

Example Request

Host: https://YOUR_SUBDOMAIN.rest.marketingcloudapis.com
GET /platform/v1/endpoints/soap
Content-Type: application/json
Authorization: Bearer YOUR_ACCESS_TOKEN

Example Response

HTTP/1.1 200
{
    "type": "soap",
    "url": "https://webservice.s4.exacttarget.com/Service.asmx"
}

Error Response

HTTP/1.1 404 Not Found
{
    "documentation": "",
    "errorcode": 30003,
    "message": "No endpoint exists for key 'foobar'."
}
Last Updated: Jun 8, 2021