GET
/
vault-forward
/
configs
/
{config_id}

This endpoint requires the vault-forward-configs.read scope.

Authorizations

Authorization
string
headerrequired

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

Path Parameters

config_id
string
required

The ID of the Vault Forward configuration.

Response

200 - application/json
type
string
default: vault-forward-config

The type of this resource. It is always vault-forward-config.

id
string

The ID of this Vault Forward configuration.

created_at
string

The date and time when this configuration was created.

updated_at
string

The date and time when this configuration was last updated.

merchant_account_id
string

The unique ID for a merchant account.

definition_id
string

The ID of the Vault Forward definition.

display_name
string

The display name for this configuration.

hosts
string[]

The hosts where Vault Forward requests are allowed for this definition.

authentications
object[]

Authentication methods that can be applied in Vault Forward requests.

creator
object | null

The user who created the Vault Forward configuration.