X-Api-Key and Authorization: Bearer <access_token> from /v2/oauth/token. Endpoint role checks are tenant-specific.status (cu|ap|fo|all, default all) and pagination via per_page.curl --location 'https://api.studiointern.de//v2/own/customer?status=&per_page=' \
--header 'X-Api-Key: <api-key>' \
--header 'Authorization: Bearer <token>'{
"success": true,
"code": 0,
"locale": "de",
"message": "string",
"data": [
{
"id": 0,
"salutation": "string",
"title": "string",
"first_name": "string",
"last_name": "string",
"email": "string",
"phone": "string",
"mobile": "string",
"state": "string",
"created_at": "string",
"updated_at": "string",
"updated_by": "string",
"students": [
{
"id": 0,
"first_name": "string",
"last_name": "string",
"birthday": "string",
"email": "string"
}
]
}
],
"links": {},
"meta": {}
}