POST
Create widget token for re-credentialing
language
https://api.araucaria.money/v1/connections/{connectionId}/widget-token
Creates a new widget token for an existing connection in FAILED_AUTH status. Used to re-open the widget for credential retry.
Parameters
| Name | Type | Description |
|---|---|---|
| connectionId * | path string |
Request Example
bash
curl -X POST "https://api.araucaria.money/v1/connections/{connectionId}/widget-token" \
-H "Accept: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"
Response Example
No response example available