Appearance
Service Keys
Service Keys are special users that you can create to access the API programmatically. They have the advantages that they can be set to expire, tokens issued have a shorter validity (so that if the key is cancelled, access can be more quickly cut off), and which companies' data they have access to can be controlled.
They are used to log in with like a normal user, using the service key GID with the prefix service::
instead of an e-mail address, and the token returned is used like a normal user's BEARER
token.