Send and manage messages across different channels
Wipsy CRM API (1.1.0)
API documentation for Wipsy CRM - A multi-channel customer relationship management platform.
Para que esta documentación devuelva datos de tu cuenta en lugar de ejemplos ficticios:
- Ve a tu panel de Wipsy y obtén tu API Key.
- En el panel derecho de "Try it", haz clic en el botón de Authentication.
- Pega tu clave en el campo x-api-key.
- Asegúrate de tener seleccionado el Production server en el selector de servidores.
Download OpenAPI description
Overview
Wipsy Support
License
Languages
Servers
Production server
https://api.getwipsy.com/functions/v1
Security
ApiKeyAuth or BearerAuth
- Production serverhttps://api.getwipsy.com/functions/v1/inventory-api
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.getwipsy.com/functions/v1/inventory-api?userId=497f6eca-6276-4993-bfeb-53cbbbba6f08&userHash=string' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
application/json
{ "products": [ { … } ] }