Integration Guide
JSON Schemas
Profile
{
"name": "Project/Profile Name",
"description": "A catchy description of what this project is about.",
"profileImage": "data:image/jpeg;base64,Base64 encoded image",
"coverImage": "data:image/jpeg;base64,Base64 encoded image",
"createdAt": Milliseconds since 1/1/1970 00:00:00
}Tier
{
"id": BBProfile ID,
"name": "Tier Name",
"price": "Price in USD cents. $1 = 100",
"description": "Description of what supporter gets at this tier.",
"coverImage": "data:image/jpeg;base64,Base64 encoded image",,
"disabled": false
}Post (Public/Unencrypted)
Post (Encrypted)
Last updated