GET
/
entity-integration-mappings
/
{id}
Get entity integration mapping
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>"
}

Authorizations

x-api-key
string
header
required

Enter your API key in the format x-api-key <api-key>*

Path Parameters

id
string
required

Entity integration mapping ID

Response

200
application/json

OK

The response is of type object.