HQ APIIssuers
List available invoice issuers
Lists all available invoice issuers for a company.
This includes the company and all employees that issue their own invoices.
Disabled employees are not included.
GET
/v1/hq/companies/{company_id}/issuersAuthorizationBearer <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/issuers"[
{
"id": "8wa9uiah28dawd123",
"type": "company",
"name": "Noona cuts",
"bin": "string",
"legal_address": "My Street 1, 101 Reykjavik",
"extra_invoice_info": "Some extra info to include on invoices.",
"vat_id": "string",
"other": "string"
}
]Empty
Empty
Empty