cURL
curl --request GET \ --url https://api.olie.ai/api/management/user-alias/{user_alias} \ --header 'Authorization: Bearer <token>'
Retorna todos os aliases de email de um usuário específico, incluindo o email primário.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
200
Was this page helpful?