Register Entity
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"market_id": "7ba11b78-aa83-45aa-9f0a-1b8bf4d18480",
"company_slug": "Flavours Cafe"
}
Request Code Samples
curl --location --request POST 'https://hook.flavours.sa/webhook/fai/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"market_id": "7ba11b78-aa83-45aa-9f0a-1b8bf4d18480",
"company_slug": "Flavours Cafe"
}'
Responses
application/json {
"message": "Entities Registered!",
"xid": "5c2ab9d2-f7ff-49e9-9727-34ac1908e17b"
}
Modified at 2024-12-27 12:19:05