Endpoints para autoswap
Retorna el estado del auto swap.
Content-Type: application/json Authorization: <integration-token> Host: example.org Cookie:
GET /internal/v1/merchants/auto_swap
X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff X-Download-Options: noopen X-Permitted-Cross-Domain-Policies: none Referrer-Policy: strict-origin-when-cross-origin Content-Type: application/json; charset=utf-8 ETag: W/"c9ceb3852776d052b13884331360531f" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: e03bbe7b-8562-472a-b473-ae09e11aaff2 X-Runtime: 0.027515 Vary: Origin Content-Length: 25
200 OK
{
"data": {
"active": false
}
}