Read data exchange grant
Use this endpoint to read the details of a grant with the given issuer_guid and grantee GUIDs. For a grant to return, you must pass each grantee_guid belonging to the grant. If a grant has two grantees on it and you only include one grantee_guid, the grant will not be returned. This endpoint requires standard Platform API authentication.
GET
/data_exchange/grant
Query Parameters
| Field | Required | Type |
|---|---|---|
issuer_guid The unique identifier for the issuing client. | Required | String |
grantee_guids[] The unique identifier for each grantee client on a grant. For example, | Required | Array |
Header Parameters
| Field | Required | Type |
|---|---|---|
Accept-Version MX Platform API version. | Required | String |
Loading...