Get connection info
GET/connection
Checks that the API Key sent in the x-api-key header is valid and returns the public info (name and sectors) of the organization it belongs to. Returns a 200 response when the key is valid and a 401 response otherwise.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
- 503
- 504
API Key is valid
Bad request
API Key is missing, malformed or invalid
Forbidden
Too many requests
Unexpected error
Service unavailable
Gateway timeout