Skip to main content
GET
/
edubridge
/
applications
Get all applications
curl --request GET \
  --url https://api.alpha-1edtech.ai/edubridge/applications/ \
  --header 'Authorization: Bearer <token>'
{
  "applications": [
    {
      "sourcedId": "<string>",
      "name": "<string>",
      "description": "<string>",
      "domain": [
        "<string>"
      ],
      "tenantId": "<string>",
      "clientAppId": "<string>",
      "status": "<string>",
      "dateLastModified": "<string>",
      "metadata": "<unknown>"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json

Successful response

applications
object[]
required