
Read a request
Selecting a method shows its full URL, its Query Parameters table, and the response schema.
language, search, sortAsc / sortDesc, top / skip, paging with after, and the rest.
Parameter semantics, including paging, are documented in the consumption API reference.
Try a request
Send API Request opens the Destination Query Tool — a dialog that calls the live endpoint and shows the response, without leaving Studio. The left half is the request:- Request Headers —
Content-Type: application/jsonis fixed. On a Protected version with a registered application,Authorizationis prefilled with that application’s access token. Add header adds your own rows. - Parameters — every query parameter the endpoint declares, plus
id, which every endpoint accepts for fetching entries by ID. Parameters left empty are not sent. - Request Body — only for POST and PUT, prefilled with an example payload.
Download the spec
Download offers:- Download JSON — the OpenAPI document.
- Download JSON & Examples — the same document with example payloads, when the version has examples to give.