Send and manage messages across different channels
Wipsy CRM API (1.1.0)
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/
- Production serverhttps://api.getwipsy.com/functions/v1/api-get-custom-fields
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api.getwipsy.com/functions/v1/api-get-custom-fields \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
application/json
{ "success": true, "data": [ { … } ] }