Get Activity Config
Activity Configuration
Get Activity Config
POST
Get Activity Config
Use this API to retrieve the current activity logs configuration for a workspace.
This endpoint uses API-key-level auth: pass
x-velt-api-key and x-velt-auth-token as headers. You can obtain these from the Get Auth Tokens endpoint.Endpoint
POST https://api.velt.dev/v2/workspace/activityconfig/get
Headers
Your API key.
Your Auth Token.
Body
This endpoint does not require a request body.Example Request
Example Response
If a workspace has never configured activity logs,
activityServiceConfig defaults to { "isEnabled": false } (default-disabled).
