Webhooks

get
Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
Responses
200

OK

application/json
get
/v1/stores/{storeId}/webhooks
post
Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
Body
urlstringRequired
subscribed_tostring · enumRequiredPossible values:
typestring · enumRequiredPossible values:
discord_description_templatenull | stringOptional
discord_titlenull | stringOptional
discord_colornull | stringOptional
Responses
200

OK

application/json
post
/v1/stores/{storeId}/webhooks
get
Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
Responses
200

OK

application/json
get
/v1/stores/{storeId}/webhooks/variables
delete
Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
webhookIdstring · flake-idRequiredExample: 411486491630370816
Responses
delete
/v1/stores/{storeId}/webhooks/{webhookId}

No content

patch
Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
webhookIdstring · flake-idRequiredExample: 411486491630370816
Body
urlstringRequired
reset_secretbooleanRequired
subscribed_tostring · enumRequiredPossible values:
discord_description_templatenull | stringOptional
discord_titlenull | stringOptional
discord_colornull | stringOptional
Responses
200

OK

application/json
patch
/v1/stores/{storeId}/webhooks/{webhookId}
post
Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
Body
webhook_idstring · flake-idRequiredExample: 411486491630370816
Responses
post
/v1/stores/{storeId}/webhooks/resend

No content

get
Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
webhookIdstring · flake-idRequiredExample: 411486491630370816
Query parameters
pageinteger · int32Optional
statestringOptional
Responses
200

OK

application/json
get
/v1/stores/{storeId}/webhooks/{webhookId}/history

Last updated

Was this helpful?