Optional
configuration: ConfigurationCreates a new API Key. For security reasons, secret keys are only fully displayed upon creation. Store this key securely to authenticate your application to the API.
Create an API key
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Deletes an API Key. This cannot be undone.
Delete an API Key
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Returns a list of API Keys. The API Keys are sorted with the most recently created appearing first.
List all API Keys
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
offset: numberThe (zero-based) offset of the first item in the collection to return.
Optional
limit: numberThe maximum number of entries to return. If the value exceeds the maximum, then the maximum value will be used.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Updates the API Keys by setting the values of the provided parameters. Any parameters not provided will be left unchanged.
Update an API key
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Generated using TypeDoc
APIKeysApi - functional programming interface
Export