API Connection Token
You can configure content delivery via API, for example to display documentation in another system. Because access to the Gramax portal may be restricted by authentication, an API token is required.
Get token
To get a temporary token for API access, open: https://{docportal_url}/api/user/token
The response contains your API token as a string.
Token lifetime
The API token is valid for 30 days by default. You can set another expiration date (maximum 1 year).
To set a custom expiration date, add expiresAt: https://{docportal_url}/api/user/token?expiresAt=YYYY-MM-DD.