Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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>" } ] }
Access token obtained from session refresh
OK
Show child attributes