GET /attribution/{account_id}/visitor/{visitor_id}
Get a list of experiments within a project a visitor has been exposed to
Servers
- https://api.optimizely.com/v2
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
visitor_id |
String | Yes |
The Optimizely User ID of the visitor |
account_id |
Integer | Yes |
The unique identifier of the Optimizely Account |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
start_time |
String | No |
Start of the time interval (inclusive) used to filter the bucketing decisions. The time is formatted in ISO 8601. |
end_time |
String | No |
End of the time interval (inclusive) used to filter the bucketing decisions. The time is formatted in ISO 8601. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.