Skip to main content
GET
/
twoFA
/
twoFACredentials
/
{customerId}
Get 2FA credentials
curl --request GET \
  --url https://gateway.varchev.com/customer/twoFA/twoFACredentials/{customerId} \
  --header 'Authorization: Bearer <token>' \
  --header 'tenantId: <tenantid>'
{
  "secret": "<string>",
  "qr": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.varchev.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

tenantId
string
required

Tenant/Owner id

Path Parameters

customerId
string
required

Response

Get 2FA crednetials Response

secret
string
qr
string