π Retrieve API Key
To interact with SPACE βwhether through its API or via its SDKsβ you need an apiKey
tied to a user account.
This key acts as the authentication token for all requests.
Each SPACE user automatically receives a unique API key when their account is created.
π₯ How to Retrieve Your API Keyβ
- Login into SPACE.
- Go to the Access Control section in the left sidebar.
- Locate the user account you want to use for authentication.
- Copy the corresponding API key and use it in your service or SDK configuration.
Important
- Keep your API key secret β it grants access based on the userβs role (
EVALUATOR
,MANAGER
, orADMIN
). - If an API key is compromised, revoke it by deleting the user account.
- Never expose your API key directly in client-side code.