Authentication
The Gallabox API employs a combination of API Key and API Secret for authenticating requests.
Access and control your API credentials through the Settings section of your Gallabox account. When generating API Keys, specify the required permissions to restrict access to essential API resources only.
Authenticate your API requests by including the API Key and API Secret in the apiKey
and apiSecret
headers, respectively, of each request.
Last updated