Platform API
1
Use the platform endpoints to manage and retrieve platform information related to your Marketing Cloud Engagement accounts.
This table lists the use cases that the platform API supports.
| Supported Use Case | HTTP Verb | URI |
|---|---|---|
| Get account settings | GET | /platform/v1/settings |
| Get endpoints | GET | /platform/v1/endpoints |
| Get endpoint | GET | /platform/v1/endpoints/{endpointType} |
| Get encryption keys | GET | /platform/v1/key |
| Create an encryption key | POST | /platform/v1/key |
| Retrieve an encryption key by ID | GET | /platform/v1/key/{keyId} |
| Delete an encryption key | DELETE | /platform/v1/key/{keyId} |
| Get key types | GET | /platform/v1/key/type |
| Get authentication token information | GET | /platform/v1/tokenContext |
| Get a wrapping key | GET | /platform/v1/wrappingKey |
| Rotate an encryption key | PUT | /platform/v1/dataencryption/rotateasync |
Append the operation endpoint addresses to this base URL, replacing {subdomain} with the unique subdomain for your Marketing Cloud Engagement tenant:
https://{subdomain}.rest.marketingcloudapis.com
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!