docs.remarkable.net
Paymentproviders

Payment options

Lists all the payment options for the site. Allows Anonymous.

GET/v1/settings/paymentproviders
AuthorizationBasic <token>

Basic Authorization header using the Bearer scheme.

In: header

Authorization<token>

JWT Authorization header using the Bearer scheme.

In: header

Response Body

curl -X GET "https://loading/v1/settings/paymentproviders"
[
  {
    "paymentProviderId": 0,
    "title": "string"
  }
]
{
  "message": "string",
  "code": 0
}
{
  "succeeded": true,
  "errors": [
    {
      "message": "string"
    }
  ]
}

How is this guide?