Profile API

The Amperity Profile API provides read-only access to indexes and the profiles within them. Use these endpoints to list the indexes in your tenant and to look up individual profiles.

Indexes

GET /indexes

Use the GET /indexes endpoint to return a list of indexes.

GET /indexes
GET /indexes/{id}

Use the GET /indexes/{id} endpoint to return the details for a specific index ID.

GET /indexes/{id}

Profiles

GET /indexes/{id}/profiles

Use the GET /indexes/{id}/profiles endpoint to return a paginated list of customer profiles.

GET /indexes/{id}/profiles
GET /indexes/{id}/profiles/{id}

Use the GET /indexes/{id}/profiles/{id} endpoint to return a specific customer profile.

GET /indexes/{id}/profiles/{id}