Account
Bank
Transfer
Discount
KYC
Supported
MFA
Get Account MFA
Get account MFA details.
GET
/
mfa
Copy
curl --request GET \
--url https://staging-api.getpartna.com/v4/mfa \
--header 'x-api-key: <api-key>' \
--header 'x-api-user: <api-key>'
Copy
{
"data": {
"enrolled": true
},
"message": "success"
}
Response
200 - application/json
get mfa ok
The response is of type object
.
Copy
curl --request GET \
--url https://staging-api.getpartna.com/v4/mfa \
--header 'x-api-key: <api-key>' \
--header 'x-api-user: <api-key>'
Copy
{
"data": {
"enrolled": true
},
"message": "success"
}
Assistant
Responses are generated using AI and may contain mistakes.