Request History
Keep track of all access requests made to users
The request history endpoint (business/request-history
) allows you to access all requests that have been made to individuals on Amala. This history is sorted by date from oldest to newest.
Endpoint
The history can be filtered by a status
field. This status field will have one of three values:
pending
- The individual has not responded to the requestgranted
- The individual has approved the requestrevoked
- The individual has denied the request or a previously approved request has now been denied.
Example Request:
Response:
Status: 200 OK
Body:
Using the status filter:
Example Request:
Response:
Response status codes
Last updated