For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Receive User List

Read for details on added receive users

You can retrieve information about all the receive users linked to a particular user.

GET /users/{{user_id}}/receive-users

curl --location -g --request GET '{{url}}/users/{{user_id}}/receive-users' \
--header 'X-Client-Id: {{client_id}}' \
--header 'X-Client-Secret: {{client_secret}}' \
--header 'Content-Type: application/json'

Last updated