Skip to main content
GET
/
api
/
pdf
/
{id}
download pdf
curl --request GET \
  --url https://sbx.api.easybilling.cloud/billing/api/pdf/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

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

Headers

trace-id
string
default:{{$string.uuid}}

Path Parameters

id
string
required

Body

application/json

The body is of type object.

Response

200 - application/json