Overview

This API exists solely for demonstration purposes.


Documents

FaUAPI-Example-API.json
Uploaded schema

Environments

Environment Base URL
live https://dev-api.education.gov.uk/example-ukrlp/1

You need to sign in to subscribe to an API environment or view your existing subscriptions.

Sign in here using GOV.UK One Login


Current release

Release name Available from
alpha 31 March 2026

Operations

GET Basic GET request

Description

Provides a sample piece of text in response to a GET request. This operation does not require an Authorization header.

URL template
/getInformation

GET Basic GET request requiring OAuth authentication

Description

An OAuth protected operation. Provides a sample piece of text in response to a GET request when a suitable Bearer token is included in the Authorization header.

URL template
/getInformationOauth

POST Basic POST request

Description

Provides a sample piece of text in response to a POST request. This operation does not require an Authorization header.

URL template
/postInformation

Back to top