X-Api-Key and Authorization: Bearer <access_token> from /v2/oauth/token. Endpoint role checks are tenant-specific.curl --location 'https://api.studiointern.de//v2/own/student?per_page=' \
--header 'X-Api-Key: <api-key>' \
--header 'Authorization: Bearer <token>'{
"success": true,
"code": 0,
"locale": "de",
"message": "string",
"data": [
{
"id": 0,
"first_name": "string",
"last_name": "string",
"birthday": "string",
"email": "string",
"customer": {
"property1": "string",
"property2": "string"
}
}
],
"links": {},
"meta": {}
}