API Hook Incoming

Notes
Expert level
The API key should be sent as a Bearer token in the Authorization header of the request. Get your API key.
Store

API endpoint:

POST
https://cloud.strapidash.com/api/v1/api_hook/incoming

Request example:

curl --location --request POST 'https://cloud.strapidash.com/api/v1/api_hook/incoming' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Authorization: Bearer {api_key}'
Parameter
Type
Description
api_hook_id
required string
The API Hook ID.
response
required json
The Incoming query.
type
optional string
Type. Possible values are: 0 for Success, 1 for Error, 2 for Warning. Defaults to: 0.