Get Workspace
Account Creation and Verification
Get Workspace
POST
Get Workspace
Use this API to retrieve details of an existing Velt workspace.Documentation Index
Fetch the complete documentation index at: https://velt-v5-0-2-beta-28.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint uses workspace-level auth: pass
x-velt-workspace-id and x-velt-auth-token (from the Create Workspace response) as headers.Endpoint
POST https://api.velt.dev/v2/workspace/get
Headers
Your workspace ID.
Your Auth Token.
Body
Params
Empty data object.
Example Request
Example Response
Success Response
apiKeyList is a keyed object (not an array). Each key is the API key ID. To extract the first API key, use Object.keys(result.data.apiKeyList)[0] in JavaScript or iterate over the object keys.
