Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Find and Use API service details #201

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions source/guides/api-guidance/index.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,21 @@ Find and Use an API is currently in Public Beta. It provides a GOV.UK branded p

Developers of new DfE APIs should aim to host their services on Find and Use an API, leveraging the security benefits and infrastructure cost savings of a shared service. Existing APIs should be listed on the service to allow discoverability and satisfy CDDO reporting requirements.

The public-facing consumer portal can be found at https://beta-find-and-use-an-api.education.gov.uk
### Development / Test / Pre-Production service
The Find and Use an API Pre-Production service should be used for all non-production purposes, e.g. development, test, UAT, OAT, or pre-production workloads.

The DfE developer-facing management portal can be found at https://apimanagement.education.gov.uk
* The pre-production version of the public-facing consumer portal can be found at https://pp-find-and-use-an-api.education.gov.uk
* The pre-production version of the DfE developer-facing management portal can be found at https://pp-apimanagement.education.gov.uk
* Pre-production hosted APIs are available at https://pp-api.education.gov.uk

### Production service
The Find and Use an API Production service should *only* be used for production workloads.
- The public-facing consumer portal can be found at https://beta-find-and-use-an-api.education.gov.uk
- The DfE developer-facing management portal can be found at https://apimanagement.education.gov.uk
- APIs are available at https://api.education.gov.uk

### Onboarding
DfE developers can request a workspace in the pre-production instance at any time and start to use the service. Please contact [email protected] to arrange a guided onboarding session for your team if required.

## API Specification and documentation

Expand Down
Loading