Authentication
All requests to the API must include an HTTP Authorization
header containing an API token in the format:
Authorization: Token {key_token}
Where key_token
is the value of the token
attribute on a key resource. A key is always generated when a new organisation is created.
Using cURL
curl https://ricloud-api.reincubate.com/ \ --header "Authorization: Token {key_token}"
Using *ricloud-py*
See the ricloud-py configuration documentation for more detail on how to setup the client to use your credentials.
If you are looking for information related to authenticating with the iCloud services, see the iCloud session initialisation docs.