Skip to main content
GET
/
user
/
invoices
/
{invoiceId}
Get invoice download URL
curl --request GET \
  --url https://api.managem.co.uk/user/invoices/{invoiceId} \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

invoiceId
string
required

Stripe invoice identifier returned by the list endpoint.

Response

Download URL for the requested invoice.

url
string<uri>
required

Direct download URL for the invoice PDF generated by Stripe.