GET /platform/v1/tokenContext

Overview

Returns information about the authenticated token.

Usage

Example Request

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

Example Response

HTTP/1.1 202 Accepted
{
    "enterprise": {
        "id": 1081365
    },
    "organization": {
        "id": 1081365
    },
    "user": {
        "id": 1093240
    }
}
Last Updated: Jun 8, 2021