DebugMode
Type: parameter
Description
This param is used to enable debug mode. If debug mode is enabled, the API will return OTP as well. This is only for development and testing purposes.
TypeScript Definition
typescript
DebugMode: booleanOpenAPI Schema
json
{
"name": "x-debug-mode",
"in": "header",
"required": false,
"schema": {
"type": "boolean"
},
"description": "This param is used to enable debug mode. If debug mode is enabled, the API will return OTP as well. This is only for development and testing purposes."
}Auto-generated from OpenAPI spec and TypeScript definitions