Token Vault
Docs
Create a new project secret POSTDecode secrets POSTProxy a request to a url POST
Token Vault
Api

Decode secrets

Decode secrets using API key authentication

POST
/decode

Header Parameters

x-api-keystring
Length1 <= length

Request Body

refsarray<string>

Response Body

curl -X POST "https://loading/decode" \  -H "x-api-key: string" \  -H "Content-Type: application/json" \  -d '{    "refs": [      "string"    ]  }'
[
  {
    "id": "string",
    "name": "string",
    "value": "string",
    "description": "string",
    "createdAt": "string",
    "expiresAt": "string"
  }
]
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string",
  "retryAfter": 0
}
{
  "message": "string"
}

Create a new project secret POST

Previous Page

Proxy a request to a url POST

Next Page

curl -X POST "https://loading/decode" \
  -H "x-api-key: string" \
  -H "Content-Type: application/json" \
  -d '{
    "refs": [
      "string"
    ]
  }'