Listar conexiones
get/v1/provider-connections
Request
BASH
curl https://api.cauril.com/v1/provider-connections \
-H "Authorization: Bearer sk_test_..."Respuestas
| 200 | Conexiones de la organización | ProviderConnection[] |
Ejemplo de respuesta · 200
JSON
[
{
"object": "provider_connection",
"id": "pcon_01J...",
"provider": "string",
"mode": "test",
"status": "pending",
"label": null,
"capabilities": {
"methods": [
"string"
],
"currencies": [
"string"
]
},
"webhook_path": "string",
"created_at": "2026-06-01T12:00:00Z"
}
]