API Key Definition
An API key allows to make calls through the API. It is linked to an organization.
Managing API Keys is an advanced feature that allows developers to orchestrate access to their API. This enable them to issue API Keys for their clients dynamically.
API Keys can only access API Keys within the organization they belong to.
An API key allows to make calls through the API. It is linked to an organization.
A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the date-time
format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.
Whether the API key is enabled or not. If disabled, it will not be possible to make calls through the API with this key.
A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c
The name of the API key. It is used to identify the key in the UI.
The organization that owns the API key.
The secret of the API key. It is used to authenticate the key when making calls through the API.
A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the date-time
format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.