Assigned Portals
To query all portals assigned to me, please use the following API Call:
GET https://{baseUrl}/api/v1/{portal}/administration/portals
The response from the API is as follows:
[
{
"id": "string",
"name": "string",
"sdsDebitorNumber": "string",
"subdomain": "string",
"host": "string",
"domain": "string",
"ffufId": 0,
"debitorNumber": "string"
}
]