Personalization API reference
Endpoint, authentication, and responses for the DinMo Personalization API.
Base URL
https://data-export-api.dinmo.io/v1Retrieve a record
GET /models/{workspace_id}/{model_id}/records/{record_id}Parameter
Description
Authentication
Authorization: Bearer <API_KEY>Request example
curl --request GET \
--url 'https://data-export-api.dinmo.io/v1/models/<workspace_id>/<model_id>/records/<record_id>' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <API_KEY>'Response
Response codes
Status
Meaning
Recommended action
Integration guidance
Last updated

