This developer guide provides steps for performing various operations in the Adobe Experience Platform Query Service API.
This guide requires a working understanding of the various Adobe Experience Platform services involved with using Query Service.
The following sections provide additional information that you will need to know in order to successfully use Query Service using the API.
This guide provides example API calls to demonstrate how to format your requests. These include paths, required headers, and properly formatted request payloads. Sample JSON returned in API responses is also provided. For information on the conventions used in this documentation for sample API calls, see the section on how to read example API calls in the Experience Platform troubleshooting guide.
In order to make calls to Experience Platform APIs, you must first complete the authentication tutorial. Completing the authentication tutorial provides the values for each of the required headers in all Platform API calls, as shown below:
Bearer {ACCESS_TOKEN}
{API_KEY}
{ORG_ID}
All resources in Experience Platform are isolated to specific virtual sandboxes. All requests to Platform APIs require a header that specifies the name of the sandbox in which the operation will take place:
{SANDBOX_NAME}
For more information on working with sandboxes in Experience Platform, see the sandboxes overview documentation.
Now that you understand what headers to use, you are ready to begin making calls to the Query Service API. The following documents walk through the various API calls you can make using the Query Service API. Each example call includes the general API format, a sample request showing required headers, and a sample response.
Now that you have learned how to make calls using the Query Service API, you can create your own non-interactive queries. For more information on how to create queries, please read the SQL reference guide.