v1
latestOpenAPI 3.1.02026-08-042784116.2 KBList Legal Entity's Account Logins
Lists Account Login for the current Legal Entity.
Retrieving a login's information is a three-step process:
- the returned objects will contain, amongst other information, the id of the Account Login.
- the hosted url can be obtained by calling /logins/<id>/sessions
- the Account Login data will be available following the previous response's url
Example
- Request all logins for the current Legal Entity: /logins
- Response:
[ { "id": "abc1234", "name": "Account for Tax Office in Nevada", "region_code": "NV", "login_url": "https://tax.neveda.gov/login", "url": "https://tax.neveda.gov/login", "is_supported": true, }, ...
]
get/logins
Response
Successful Response