Skip to main content
POST
/
sydia
/
customers
/
list
Fetch list of customers
curl --request POST \
  --url https://api.example.com/sydia/customers/list \
  --header 'Content-Type: application/json' \
  --data '
{
  "tenantId": "<string>"
}
'
{}

Body

application/json
tenantId
string
required

Response

200 - application/json

The response is of type object.