For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
idstring · flake-idRequiredExample: 411486491630370816
urlstringRequired
secretstringRequired
subscribed_tostring · enumRequiredPossible values:
typestring · enumRequiredPossible values:
discord_description_templatestring · nullableOptional
discord_titlestring · nullableOptional
discord_colorstring · nullableOptional
discord_formatstring · enumOptionalPossible values:
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_templatestring · nullableOptional
discord_titlestring · nullableOptional
discord_colorstring · nullableOptional
discord_formatstring · enumOptionalPossible values:
Responses
200

OK

application/json
idstring · flake-idRequiredExample: 411486491630370816
urlstringRequired
secretstringRequired
subscribed_tostring · enumRequiredPossible values:
typestring · enumRequiredPossible values:
discord_description_templatestring · nullableOptional
discord_titlestring · nullableOptional
discord_colorstring · nullableOptional
discord_formatstring · enumOptionalPossible values:
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
event_typestring · enumRequiredPossible values:
variablesstring[]Required
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
204

No Content

No content

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_templatestring · nullableOptional
discord_titlestring · nullableOptional
discord_colorstring · nullableOptional
discord_formatstring · enumOptionalPossible values:
Responses
200

OK

application/json
idstring · flake-idRequiredExample: 411486491630370816
urlstringRequired
secretstringRequired
subscribed_tostring · enumRequiredPossible values:
typestring · enumRequiredPossible values:
discord_description_templatestring · nullableOptional
discord_titlestring · nullableOptional
discord_colorstring · nullableOptional
discord_formatstring · enumOptionalPossible values:
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
204

No Content

No content

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
pageinteger · int32Required
get/v1/stores/{storeId}/webhooks/{webhookId}/history

Last updated

Was this helpful?