Authenticate requests to the Plextera Public API with an API key issued for your client integration.
API keys are managed in Plextera account settings.
Sign in to Plextera, open your user or workspace menu, and select Account settings.
If you do not see the API tab or cannot copy a key, ask a workspace administrator or your Plextera account team to enable API access.
Pass your API key in the Authorization header using the api-key prefix:
For example:
The header value must include the api-key prefix followed by a space and the key. Sending the key alone without the prefix will result in a 401.
Each API key gives access to one Plextera workspace. You do not pass a workspace identifier in requests.
To rotate a key, issue a new one and update your integration before deactivating the old key. There is no grace period once a key is deactivated.