API
Last updated
Last updated
The Giraffe Cloud can be accessed via an API. The API is the same API that our web and mobile apps are built off.
There are two types of API token that you can use to authenticate a system
personal authentication tokens
system authentication tokens
Personal authentication tokens allow you to interact with Giraffe Cloud as if you were logged in. All actions taken by the API will appear to have come from the user account that owns the personal authentication token.
A user an create multiple personal authentication tokens.
To manage your personal authentication tokens click on your name in the top right of the menu bar.
To create a new token, click on Add new token on the right hand side. You will be asked to enter a name for the token.
Please note that you only have one chance to copy the token after it is created. If you lose the token you will need to delete it and create it again.
At present system authentication tokens can only be used to authenticate against the RTSP proxy service.
System authentication tokens are scoped to a single system. We plan to extend the system authentication token to support other system specific endpoints in the future.