Webhooks
Descriptions of webhooks accepted by Pixon.
Last updated
Was this helpful?
Descriptions of webhooks accepted by Pixon.
Last updated
Was this helpful?
Swagged definition is located here. Our integration connectors utilize these endpoints.
POST
https://api.pixon.app/hooks/incoming/:id
This endpoint allows you to post arbritary information to a specific datasource. The datasource may then be used by components on your displays. This is particulary useful for integrations with external systems. This is the endpoint used by Pixon's integration connectors.
id
string
Guid ID of the data source to send the information to.
ApiKey
string
Api key with access for the specified datasource. Can be omitted if Authentication header is set.
Authentication
string
OAuth bearer token for the current user sending the data. Can be omitted if the ApiKey header is set.
object
Arbritary json object to send to the datasource. Components that then connects to the datasource must understand the format sent. Either natively or by using specific render templates.