Authorizations
Your API key from the Velt Console
Your Auth Token for authentication
Body
Response
Signature generated successfully
Use this API to generate a secure signature for Permission Provider responses. The signature validates the integrity of permission decisions returned from your authorization service.
Security Critical: This endpoint must be called from your backend server, never from client-side code. The signature ensures that permission responses havenβt been tampered with.
Use Case:
This API is used in conjunction with the Permission Provider configuration mode. When your onResourceAccessRequired function is called, use this endpoint to generate a secure signature for your permission response.
Key Points:
accessRole: viewer or editorexpiresAt timestamp (in milliseconds) for time-limited permissionsdocument, folder, or organizationπ Full Documentation: https://docs.velt.dev/api-reference/rest-apis/v2/auth/generate-signature
Your API key from the Velt Console
Your Auth Token for authentication
Signature generated successfully