RESTful API
Introduction
API Base URL
Basic Query Structure
Example Document Structure
API Keys
The API Key is mandatory and can be included in the Authorization Header
or the URL
for GET
requests. One key is always valid for the associated repository.
Creating API Keys
By default there will be an auto-generated API Key for your repository. However, you can always create additional keys.
Navigate to the 'Settings' page and select the tab 'API Keys'.
On the field below,
Click the 'Create New Key'-Button.
Editing
The keys are generated by our API, therefore you can only change the name you use to describe a keys purpose.
Navigate to the 'Settings' page and select the tab 'API Keys'.
Click the 'Pencil'-Button when hovering a key in the list.
Make your changes.
Confirm by clicking the 'Checkmark'-Button
Revoking or Deleting
You can delete any additional API Keys.
Navigate to the 'Settings' Page and select the tab 'API Keys'.
Click the 'Pencil'-Button when hovering a key in the list.
Click the 'Trashcan'-Button.
Confirm.
Types of Keys
Currently there are just read-only
keys. Once we've published the write API, we're going to offer different types of keys.
Usage
The API Key can be either included as Query Parameter in the URL or in the Authorization Header.
However when making POST
requests, the key must be provided in the Authorization Header.
Last updated