GET
/
v1
/
wallets
/
settings
curl --request GET \
  --url https://api.hyperline.co/v1/wallets/settings \
  --header 'Authorization: Bearer <token>'
{
  "enabled": true,
  "allow_free_credits": true,
  "allow_topup_on_portal": false,
  "product_ids": [],
  "updated_at": "2024-12-20T16:04:11Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

The response is of type object.