Skip to main content

Return all clients for specific business

GET 

https://api.staging.powerapi.com/api/v1/businesses/:id/clients

Return all clients for specific business

Request

Path Parameters

    id int32required

Query Parameters

    sort string
    search string

    Name/email search query

    page int32

    Default value: 1

    Page offset to fetch.

    per_page int32

    Default value: 10

    Number of results to return per page.

Responses

Return all clients for specific business

Schema

    any

curl -L 'https://api.staging.powerapi.com/api/v1/businesses/:id/clients' \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://api.staging.powerapi.com
Auth
Parameters
— pathrequired
— query
— query
— query
— query
ResponseClear

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