Retrieve billing invoices for company
Retrieves billing invoices for company
GET
/v1/hq/companies/{company_id}/subscriptions/invoicesAuthorization
BearerTokenAuth
AuthorizationBearer <token>
The Noona HQ API uses Bearer token for authentication.
Endpoints that return generic information that does not contain sensitive data do not require authentication. Endpoints that require authentication are specifically marked in the documentation.
Authorization: Bearer your-token
In: header
Path Parameters
company_id*string
Company id
Query Parameters
Response Body
application/json
curl -X GET "https://api.noona.is/v1/hq/companies/string/subscriptions/invoices"[
{
"id": "7awdXwZoedakjad37a",
"amount": 0,
"currency": "string",
"date": "2019-08-24T14:15:22Z",
"status": "paid",
"payment_url": "string"
}
]Empty
Empty