Get a store
Fetches a store, including how many contacts link to it. Requires the `contacts:read` scope. Deprecated alias of `/companies` (same fields, same ids). Keeps working until 16 February 2027 — the `Sunset` header — with `Deprecation` and `Link` headers on every response.
Deprecated
Authorization
bearerAuth Workspace API key, e.g. rl_live_….
In: header
Path Parameters
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/public/stores/string"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "website": "string", "industry": "string", "notes": "string", "externalId": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "contactCount": 0}{ "error": "string"}Promote or demote a group admin POST
Promote a group member to admin (or demote them). Requires the `conversations:write` scope, and the connected number must itself be a group admin (WhatsApp returns 403 otherwise).
List a store's contacts GET
Contacts linked to the store, most recently active first. Requires the `contacts:read` scope. Deprecated alias of `/companies` (same fields, same ids). Keeps working until 16 February 2027 — the `Sunset` header — with `Deprecation` and `Link` headers on every response.