Book traversal links for Connect Website (connect-website)
Parameters Sent from Web Hook
Method: POST
Parameter Name | Value (or typical value) | Description |
---|---|---|
command-type | connect-website | The name of the command the web hook is attempting to execute. |
uuid | 41090c9b-6f35-4b55-b326-242cbc0b1d82 | The website's unique identifier (UUID), as generated by ProBoast, and displayed with your account on https://proboast.com/. |
code | 123456 | A 6 digit code that can be used to validate the authenticity of the request. When connecting a website, a user is able to enter any 6 digit code via their "Connect Website" user interface on https://proboast.com/. When used properly, this code is agreeable (or common) between https://proboast.com and the receiving website or web service. |
Expected Response
Status must be: 200
Response format must be: JSON
{
"push-authorization-token": "(optional) Any ID as string or integer"
}