Skip to main content
POST
/
queues
/
{queueId}
/
validate
cURL
curl --request POST \
  --url https://consumer.fanfare.io/api/queues/{queueId}/validate \
  --header 'Content-Type: application/json' \
  --data '
{
  "admissionGrant": "<string>",
  "consumerId": "<string>"
}
'
true

Path Parameters

queueId
string
required

Body

application/json
admissionGrant
string
required
consumerId
string
required

Response

Validated consumer admission grant

The response is of type boolean.