We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cceabd9 commit d6c78e0Copy full SHA for d6c78e0
sandbox/README.md
@@ -31,10 +31,10 @@ There are a number of examples of responses which can be returned by passing spe
31
curl -X GET "http://0.0.0.0:9000/patient-check/<NHS_NUMBER>
32
```
33
34
-or for sandbox:
+or for sandbox (add a -H "apikey" to the request as well):
35
36
```bash
37
- curl -X GET "https://sandbox.api.service.nhs.uk/eligibility-signposting-api/patient-check/1" -H "accept: application/json" -H "apikey: <your choice>"
+ curl -X GET "https://sandbox.api.service.nhs.uk/eligibility-signposting-api/patient-check/1" -H "accept: application/json"
38
39
40
#### Example scenarios
0 commit comments