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
customer, plan, invoice, subscription, payment, credit_note, addon, item, item_price, price published, deleted, archived 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>"
}