cURL
curl --request GET \ --url https://gateway.varchev.com/customer/twoFA/twoFACredentials/{customerId} \ --header 'Authorization: Bearer <token>' \ --header 'tenantId: <tenantid>'
{ "secret": "<string>", "qr": "<string>" }
The access token received from the authorization server in the OAuth 2.0 flow.
Tenant/Owner id
Get 2FA crednetials Response
The response is of type object.
object