Skip to main content
GET
/
v1
/
institutions
/
{institutionId}
Get Institution
curl --request GET \
  --url https://api.waycore.com/v1/institutions/{institutionId} \
  --header 'Authorization: Bearer <token>'
{
  "institutionId": "<string>",
  "name": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.waycore.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Opaque API key passed as Authorization: Bearer <key>. Keys are organization-bound, environment-bound (live or test), scope-carrying, and expiring. Create and manage keys via the console.

Path Parameters

institutionId
string
required

Response

Successful Response

institutionId
string
required

Stable, immutable identifier for the institution.

name
string
required

Institution display name.