Tomba
string · requiredstring · required
string · requiredstring · requiredstring · required
Retrieve API Keys
GET
https://api.tomba.io/v1
/keys
Retrieve a list of API keys.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Retrieve API Keys › Responses
A list of API keys.
Retrieve a Single API Key
GET
https://api.tomba.io/v1
/keys/{keyId}
Retrieve details for a specific API key.
path Parameters
keyIdThe ID of the API key.
Headers
X-Tomba-KeyAPI key used to authenticate requests. Send this value in the X-Tomba-Key header.
X-Tomba-SecretAPI secret used with X-Tomba-Key to authenticate requests. Send this value in the X-Tomba-Secret header.
Retrieve a Single API Key › Responses
An API key object.