How can I access integration testing with the RESTful APIs?

Some of our RESTful APIs have test environments you can use for more realistic testing than is possible in a sandbox.

These include:

  • the external development environment (DEV) - for early development testing of a few specific APIs, including authorisation and authentication testing with NHS login, or API-specific testing tools
  • the integration test environment (INT) - for integration testing of most APIs including authorisation, release and assurance testing

Thanks for sharing Ernest! That page had the base URLS and all of the steps to get set up with integration testing. Thank you!