Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Response

providers status response

provider_id
string<uuid>

Unique provider identifier

provider_name
string

Name of the provider

Example:

"OPENAI_API_KEY"

provider_value
string

Masked secret value/key associated with the provider

Example:

"xxxxxxxaz"

humanized_created_at
string

Human readable relative timestamp of provider addition

Example:

"7 hours ago"

created_at
string<date-time>

Timestamp of provider addition

Example:

"2024-01-29T12:44:12Z"