List all Orgs

Example

curl --location --request GET 'https://dev.underdogprotocol.com/v2/orgs' \
--header 'Authorization: Bearer {token}'
Response
{
    "results": [
        {
            "id": 1,
            "superAdminAddress": "EBeLw5jEdrEgDe17BdKGW2MizzGxtxigEuAGvYC7VzDp",
            "status": "confirmed",
            "network": "DEVNET"
        }
    ],
    "page": 1,
    "limit": 10,
    "totalPages": 1,
    "totalResults": 1
}

Last updated