cURL
curl --request GET \ --url https://{appId}.session.prelude.dev/v1/session/me/identifiers \ --header 'Authorization: Bearer <token>'
{ "identifiers": [ { "id": "<string>", "type": "phone_number", "value": "<string>" } ] }
List the identifiers (phone numbers, email addresses) for the authenticated user.
Access token obtained from session refresh
OK
Show child attributes
Contact support