HomeDev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunityDoc feedbackLog In
GitHubNuGetDev CommunityDoc feedback


Prerequisites

See [Tracking API](🔗) for a better understanding of how tracking works. This topic references [Postman](🔗) for querying and testing of RESTful APIs, you can use other similar tools to get the same result.

Use the Profile Store API URL for querying profiles. The format of the request should be **{Profile Store API}/api/v1.0/trackevents**. An Authorization header must be added to the request. The value should be:

`epi-single {YOUR PROFILE STORE API KEY}`

The profiles endpoint will return 100 profiles if you do not use any query string. Optimizely follows Microsoft REST API Guidelines for supporting `$filter`, and `$orderby`.

627