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

Body

application/json
tenantId
string
required

Response

200 - application/json
tenantId
string
required