/status
Status
GET
https://api-org.synap.ac/status
This method allows you to test if your connection is configured properly
Headers
Name
Type
Description
x-api-key
string
Your API usage token.
x-syn-org-id
string
Your organisation's identifier on Synap
x-syn-org-secret
string
Your organisation's secret key, used to authorise each request
{ "status": "healthy", "timestamp": string}
Examples
curl --request GET \
--url https://api-org.synap.ac/status \
--header 'x-syn-org-id: org123test' \
--header 'x-syn-org-secret: secret123test' \
--header 'x-api-key: test123api' \
Last updated
Was this helpful?