List data exchange grants by grantee
Use this endpoint to list grants belonging to a grantee client in a data exchange context. This endpoint requires standard Platform API authentication.
GET
/data_exchange/grantee/{grantee_client_guid}/grants
Path Parameters
| Field | Required | Type |
|---|---|---|
grantee_client_guid The unique id for a grantee client; must match the client_guid of the authenticated client. | Required | String |
Query Parameters
| Field | Required | Type |
|---|---|---|
page Results are paginated. Specify current page. | Optional | Integer |
records_per_page This specifies the number of records to be returned on each page. Defaults to | Optional | Integer |
Header Parameters
| Field | Required | Type |
|---|---|---|
Accept-Version MX Platform API version. | Required | String |
Loading...