Skip to main content
PUT
/
api
/
v1
/
company
/
gateways
/
order
Reorder company gateways
curl --request PUT \
  --url http://localhost:7701/api/v1/company/gateways/order \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "gateways": [
    {
      "gateway_id": 1
    }
  ]
}
'

Authorizations

X-API-Key
string
header
required

Company API key. Send in the X-API-Key header.

Body

application/json
gateways
object[]
required

Response

Gateway order updated