GET
/
bills
/
categories
curl -X GET https://api.swervpay.co/api/v1/bills/categories \
  -H "Authorization: Bearer <TOKEN>" \
  -H "Content-Type: application/json"
[
  {
    "name": "<string>"
  }
]
curl -X GET https://api.swervpay.co/api/v1/bills/categories \
  -H "Authorization: Bearer <TOKEN>" \
  -H "Content-Type: application/json"

Authorizations

Authorization
string
header
required

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

Query Parameters

page
integer
limit
integer

Response

200
application/json
OK
name
string