API ReferenceStores
Create a store
Creates a store. Requires the `contacts:write` scope.
Authorization
bearerAuth AuthorizationBearer <token>
Workspace API key, e.g. rl_live_….
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
name*string
website?string|null
industry?string|null
notes?string|null
externalId?string|null
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/v1/public/stores" \ -H "Content-Type: application/json" \ -d '{}'{ "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"}{ "error": "string"}{ "error": "string"}Update a store PATCH
Updates a store's details. Only the provided fields are changed. Requires the `contacts:write` scope.
Add members to a group POST
Add one or more customers to an existing WhatsApp group conversation. Requires the `conversations:write` scope and the hosting number to be connected. WhatsApp will not directly add people whose privacy blocks it; those come back in `invited` and must join via `invite_link`. Set `sendInviteLink: true` to have the API DM the link to them.