Skip to main content
GET
/
settings
/
custom-values
List Custom Values
curl --request GET \
  --url https://api.getoutbox.ai/settings/custom-values/ \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "key": "<string>",
    "name": "<string>",
    "type": "<string>",
    "value": "<string>",
    "secret": true,
    "created_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
id
string<uuid>
required
key
string
required
name
string
required
type
string
required
value
string
required

Masked when secret=true.

secret
boolean
required
created_at
string<date-time>
required