curl --request GET \
--url https://api.cloud.flexprice.io/v1/entity-integration-mappings/{id} \
--header 'x-api-key: <api-key>'
{
"created_at": "<string>",
"created_by": "<string>",
"entity_id": "<string>",
"entity_type": "customer",
"environment_id": "<string>",
"id": "<string>",
"provider_entity_id": "<string>",
"provider_type": "<string>",
"status": "published",
"tenant_id": "<string>",
"updated_at": "<string>",
"updated_by": "<string>"
}
Retrieve a specific entity integration mapping by ID
curl --request GET \
--url https://api.cloud.flexprice.io/v1/entity-integration-mappings/{id} \
--header 'x-api-key: <api-key>'
{
"created_at": "<string>",
"created_by": "<string>",
"entity_id": "<string>",
"entity_type": "customer",
"environment_id": "<string>",
"id": "<string>",
"provider_entity_id": "<string>",
"provider_type": "<string>",
"status": "published",
"tenant_id": "<string>",
"updated_at": "<string>",
"updated_by": "<string>"
}
Enter your API key in the format x-api-key <api-key>*
Entity integration mapping ID
OK
The response is of type object
.