Book traversal links for Create Album (create-album)
Parameters Sent from Web Hook
Method: POST
Parameter Name | Value (or typical value) | Description |
---|---|---|
command-type | create-album | The name of the command the web hook is attempting to execute. |
push-authorization-token | [Your Custom Push Authorization Token] | Recommended to be either an SHA-256 or SHA-512 value that is agreeable (or common) between https://proboast.com and the receiving website or web service. |
album-uuid | 41090c9b-6f35-4b55-b326-242cbc0b1d82 | The album's unique identifier (UUID), as generated by ProBoast, and displayed with your account on https://proboast.com/. |
title | Album's Name | The user input title of the album. |
Expected Response
Status must be: 200
Response format must be: JSON
{
"album-id": "Any ID as string or integer",
}