POST
/
customers
/
tier
/
get-customer-tier
curl --request POST \
  --url https://waas-staging.embedly.ng/api/v1/customers/tier/get-customer-tier \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "customerId": "<string>"
}'

Query Parameter

customerId
string
required

Example: ‘3fa85f64-5717-4562-b3fc-2c963f66afa6’