Campaigns
This endpoint makes an HTTP GET request to retrieve groups from the WPBox API. It requires a token parameter in the query string. The parameter showContacts can also be included in the query string with a value of "no". The request does not contain a request body.
TYPE: bot,api,regular
Response
The response to the request has a status code of 200 and returns a JSON object. The object includes a status field and an array of groups, where each group has an id, name, company_id, deleted_at, created_at, and updated_at fields.
Query parameters
tokenstringOptional
typestringOptionalExample:
apiResponses
200Success
No content
get
/api/wpbox/getCampaigns200Success
No content
Last updated