Skip to main content
GET
/
2023-11
/
admin
/
bills
List
curl --request GET \
  --url https://api-staging.genuka.com/2023-11/admin/bills \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "",
  "handle": "handle-herzcde",
  "medias": [],
  "price": 6500,
  "title": "Title"
}
'

Authorizations

Authorization
string
header
required

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

Headers

x-company
string
Example:

"{{companyId}}"

Body

application/json
content
string
Example:

""

handle
string
Example:

"handle-herzcde"

medias
any[]
Example:
[]
price
number
Example:

6500

title
string
Example:

"Title"

Response

200 - undefined