Skip to main content
POST
Get Auth Tokens
Use this API to retrieve all auth tokens associated with a specific API key.
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/authtokens/get

Headers

x-velt-workspace-id
string
required
Your Workspace ID.
x-velt-auth-token
string
required

Body

Params

data
object
required

Example Request

Example Response

Success Response

Failure Response