- Overview
- Application Guides
- Dashboard
- Authentication
- Security
- API References
- Authentication
- Token
- Mutli-Factor Authentication (MFA)
- Role And Permission
- User Management
- Organization
Get Backup Code
GET
https://api.ssojet.com/api/v1/auth/mfa/backupcode
Request
Query Params
client_id
string
required
Header Params
x-client-id
string
optional
Example:
<client id>
Content-Type
string
optional
Default:
application/json
User-Agent
string
optional
Default:
SSOjet/1.0.0 (https://ssojet.com)
Authorization
string
optional
Default:
Bearer <token>
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.ssojet.com/api/v1/auth/mfa/backupcode?client_id=' \
--header 'x-client-id;' \
--header 'User-Agent: SSOjet/1.0.0 (https://ssojet.com)' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-08-18 13:32:19