cURL
curl --request GET \ --url http://api.stuut.ai/v1/user-invites \ --header 'Authorization: Bearer <token>'
{ "data": [ { "email": "<string>", "object": "<string>", "organization_id": "<string>", "as_admin": true, "created_at": "2023-11-07T05:31:56Z", "invited_by_id": "<string>", "is_accepted": true, "modified_at": "2023-11-07T05:31:56Z", "sent_at": "2023-11-07T05:31:56Z" } ], "current_page": 0, "total_records": 0, "next_page": null }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Show child attributes
The current page.
Total number of records.
The next page, if one exists.