List customers
Lists customers that user has ties with at company.
GET
/v1/marketplace/user/companies/{company_id}/customersAuthorization
Marketplace-Authentication
Authorization<token>
The Noona Marketplace API uses an Authorization header with JWT Bearer tokens to authenticate marketplace users.
In: header
Path Parameters
company_id*string
Company ID
Query Parameters
select?array<string>
expand?array<string>
sort?
pagination?
Response Body
application/json
application/json
curl -X GET "https://api.noona.is/v1/marketplace/user/companies/string/customers"[
{
"id": "7awdXwZoedakjad37a",
"name": "John Doe",
"ssn": 101011234,
"email": "[email protected]",
"license_plate": "ABC123",
"default": true
}
]{
"type": "generic_error",
"message": "Time slot is not available."
}