List the identifiers (phone numbers, email addresses) for the authenticated user.
cURL
curl --request GET \ --url https://{appId}.session.prelude.dev/v1/session/me/identifiers \ --header 'Authorization: Bearer <token>'
{ "identifiers": [ { "id": "<string>", "value": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.prelude.so/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.prelude.so/llms.txt
Use this file to discover all available pages before exploring further.
Access token obtained from session refresh
OK
Show child attributes