Skip to content

List 2FA methods

GET
/v1/auth/2fa/methods
curl --request GET \
--url https://api.parasta.io/v1/auth/2fa/methods \
--header 'Authorization: Bearer <token>'

OK

Media type application/json
object
methods
Array<object>
object
type
string
Allowed values: passkey
enabled
boolean
credentials
Array<object>
object
credentialId
string
registeredAt
string format: date-time
Example
{
"methods": [
{
"type": "passkey"
}
]
}

Please contact your representative. 담당자에게 문의해주세요.