cURL
curl --request GET \ --url https://{host}/api/v1/users \ --header 'API-key: <api-key>' \ --header 'Authorization: Bearer <token>'
{ "total": 123, "next": "<string>", "previous": "<string>", "count": 123, "results": [ {} ] }
Sanctum personal access token (access_tokens / partner API settings).
access_tokens
UUID API key stored for the partner user.
Paginated users