AutoSwap API

Endpoints para autoswap

Status del auto_swap

GET /internal/v1/merchants/auto_swap

Retorna el estado del auto swap.

Request

Headers

Content-Type: application/json
Authorization: <integration-token>
Host: example.org
Cookie: 

Route

GET /internal/v1/merchants/auto_swap

Response

Headers

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

Status

200 OK

Body

{
  "data": {
    "active": false
  }
}