Consent

List consents

GET https://app.bookboost.io/api/v2/partners/resources/app/{id}/consents

Path Parameters

Headers

POST https://app.bookboost.io/api/v2/partners/resources/app/{id}/consents

Path Parameters

Request Body

{
    "id": "396326ec-2447-648h-b297-da0a81b57b50",
    "name": "Marketing consent",
    "code": "MKT",
    "type": "Marketing",
    "consent_body": "I would like to receive the newsletter",
    "description": "Promotional mobile messages"
}

PUT https://app.bookboost.io/api/v2/partners/resources/app/{app_id}/consents/{id}

At least one of body params are required

Path Parameters

Headers

Request Body

{
    "id": "396326ec-2447-648h-b297-da0a81b57b50",
    "name": "Marketing consent",
    "code": "MKT",
    "type": "Marketing",
    "consent_body": "I would like to receive the newsletter",
    "description": "Promotional mobile messages"
}

DELETE https://app.bookboost.io/api/v2/partners/resources/app/{app_id}/consents/{id}

Path Parameters

{
    // Response
}

Last updated