AutoSwap API

Endpoints para autoswap

Activa o desactiva el autoswap

POST /internal/v1/merchants/auto_swap

Parameters

Name Description
active Booleano

Request

Headers

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

Route

POST /internal/v1/merchants/auto_swap

Body

{"active":true}

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
Cache-Control: no-cache
X-Request-Id: c440cad7-e872-4d49-baed-ba43f6701f46
X-Runtime: 0.094810
Vary: Origin
Content-Length: 0

Status

200 OK