You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"name": "Validate Relationship Service Sandbox 09/06/25",
5
5
"description": "This Postman collection includes example scenarios for each of the Validated Relationship Service (VRS) API endpoints, covering both valid and invalid request scenarios.\n\nThe collection is pointed towards the VRS sandbox environment, which will return a specific example response based on the request sent. All data shown in the requests or responses is test data.\n\nOur sandbox environment only covers the scenarios listed in the Postman collection and is open access. It does not allow you to test authorisation or any scenarios beyond the ones documented.\n\nFull specification is available at [https://digital.nhs.uk/developer/api-catalogue/validated-relationship-service](https://digital.nhs.uk/developer/api-catalogue/validated-relationship-service)",
| 400 | `MISSING_VALUE` | Missing header or parameter. For details, see the `diagnostics` field. |
802
-
| 400 | `INVALID_VALUE` | Invalid header. For details, see the `diagnostics` field. |
803
-
| 400 | `MISSING_ID_VALUE` | Missing id. |
801
+
| 400 | `BAD_REQUEST` | Missing header or parameter. For details, see the `diagnostics` field. |
804
802
| 400 | `NOT_SUPPORTED` | The request is not currently supported. |
805
803
| 401 | `ACCESS_DENIED` | Missing or invalid OAuth 2.0 bearer token in request. |
806
804
| 403 | `FORBIDDEN` | Access denied to resource. |
807
805
| 404 | `INVALIDATED_RESOURCE` | Resource that has been marked as invalid was requested - invalid resources cannot be retrieved |
808
806
| 405 | `METHOD_NOT_ALLOWED` | The method is not allowed. |
809
807
| 408 | `TIMEOUT` | Request timed out. |
810
808
| 422 | `INVALID_ID_VALUE` | Invalid id. |
809
+
| 422 | `INVALID_PARAMETER` | Invalid parameter. For details, see the `diagnostics` field. |
811
810
| 429 | `THROTTLED` | You have exceeded your application's [rate limit](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#rate-limits). |
0 commit comments