Version
API version
Select a version to change the base URI
in syntax and code examples. Learn about versions:
in syntax and code examples. Learn about versions
Allows checking the current API version.
URI
/api/v9/versionGET Get the current version
Gets the current API version.
Syntax
GET /api/v9/version
Host: apply.example.edu
Authorization: DREAM apikey="..."Example request
Request
curl
curl \
-X GET \
-H "Authorization: DREAM apikey=\"YOUR-API-KEY\"" \
"https://apply.example.edu/api/v9/version"Response headers
| Header | Value | Description |
|---|---|---|
Content-Type | application/json | Media type of the resource |
Response codes
| Response code | Description |
|---|---|
200 OK | The response was successfully returned |
Example response
Response
{
"version": 9,
"prefix": "/api/v9",
"is-latest": true,
"is-deprecated": false
}