cURL
curl --request GET \ --url https://api.pulze.ai/v1/apps/{app_id}/member-candidates \ --header 'Authorization: Bearer <token>'
[ { "auth0_id": "<string>", "name": "<string>", "picture": "<string>", "email": "<string>" } ]
Read members that can be added to an app.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Was this page helpful?