GET
/transactional-api/list-sitesList Sites
Returns all active sites with their identifier and name.
Authorization: Bearer token (JWT). See Authentication.
Responses
200 Active sites.
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string"
}
]