Install Postman from https://www.postman.com/downloads/
Install the SafePlaces Ingest API.postman_collection.json file attached below
Once installed, click on the …
Click “Edit”
Click “Variables”
Set the ingest URL to https://ingest.staging.safeplaces.extremesolution.com
Click “Add new record” and copy the 6 digit code
In Postman, click “Access Code Valid”
Change the POST url to
{{ingesturl}}/access-code/valid
Now select the header “Body”
You should see "accessCode": 149369”
Enter the new 6 digit code overwriting 149369
Click “Send”
Should return TRUE
In Postman, click “Content”
Change the POST url to
{{ingesturl}}/consent
Select the header “Body”
You should see "accessCode": 149369, "consent": true
Enter the 6 digit code as before
Click “Send”
Should return TRUE
In Postman, click “Consent”
Change the POST url to
{{ingesturl}}/upload
Select header “Body”
Again enter the 6 digit code as before
Click “Send”
Should return 1a
200
with an empty response body
Go back to SafePlaces browser
Check data upload
...