API reference · Onboarding

Fetch

GET/omni/api-key

Base URL: https://demo-api.incodesmile.com — Incode demo environment

Fetch all API keys of current user's organization. If user is super admin, parameter apiKey can be provided to specify organization for which the keys should be fetched (ignored otherwise).

Path & query parameters

Name In Type Required Description
apiKey query string Organization reference.
api-version header string yes

Responses

200

OK

400

Bad Request

Response body (application/json):

Field Type Required Description
timestamp integer (int64) UTC timestamp in milliseconds
status integer (int32) Custom error code or HTTP status code
error string HTTP status error
message string Custom error message
path string Endpoint path
details object Custom error details
Was this page helpful?