Skip to main content

Get business subscriptions

GET 

https://api.staging.powerapi.com/api/v2/businesses/:business_id/subscriptions

This endpoint lets you access the subscriptions of a business

Request

Path Parameters

    business_id stringrequired

Responses

Schema

    presence_management

    object

    required

    status stringrequired

    Possible values: [active, inactive]

    Status of the management

    review_management

    object

    required

    status stringrequired

    Possible values: [active, inactive]

    Status of the management

    review_booster

    object

    required

    status stringrequired

    Possible values: [active, inactive]

    Status of the management

    messages

    object

    required

    status stringrequired

    Possible values: [active, inactive]

    Status of the management

curl -L 'https://api.staging.powerapi.com/api/v2/businesses/:business_id/subscriptions' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://api.staging.powerapi.com
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!