List team members
curl --request GET \
--url https://api.txcloud.io/v1/developers/account/team \
--header 'Authorization: Bearer <token>'Account
List team members
GET
/
developers
/
account
/
team
List team members
curl --request GET \
--url https://api.txcloud.io/v1/developers/account/team \
--header 'Authorization: Bearer <token>'Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200
Team members
⌘I