cURL
curl --request GET \ --url https://api.anchorbrowser.io/v1/applications/{applicationId}/identities \ --header 'anchor-api-key: <api-key>'
{ "identities": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "auth_flow": "<string>", "status": "pending", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] }
Retrieves all identities associated with a specific application.
API key passed in the header
The ID of the application
Search query to filter identities by name
List of identities retrieved successfully
Show child attributes
Was this page helpful?