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

Create a new project secret

Create a new project secret using API key authentication

POST
/public/secrets

Header Parameters

x-api-keystring
Length1 <= length

Request Body

namestring
Length1 <= length
description?string | null
payloadstring

The string payload to encrypt

expiresAt?string | null
Formatdate

Response Body

curl -X POST "https://loading/public/secrets" \  -H "x-api-key: string" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "payload": "string"  }'
{
  "id": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string",
  "retryAfter": 0
}
{
  "message": "string"
}

Docs

Document For Token Vault

Decode secrets POST

Next Page

curl -X POST "https://loading/public/secrets" \
  -H "x-api-key: string" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "string",
    "payload": "string"
  }'