Home

Id Authentication OTP Service (1.0)

Download OpenAPI specification:Download

License: Mosip

Id Authentication OTP Service

Authentication

Authorization

Security Scheme Type API Key
Header parameter name: Authorization

otp-controller

OTP Controller

generateOTP

generateOTP

Authorizations:
path Parameters
MISP-LK
required
string
Auth-Partner-ID
required
string
API-Key
required
string
header Parameters
signature
any
Request Body schema: application/json
id
string
version
string
individualId
string
individualIdType
string
transactionID
string
requestTime
string
otpChannel
Array of strings
object

Responses

Request samples

Content type
application/json
{
  • "id": "string",
  • "version": "string",
  • "individualId": "string",
  • "individualIdType": "string",
  • "transactionID": "string",
  • "requestTime": "string",
  • "otpChannel": [
    ],
  • "metadata": {
    }
}

Response samples

Content type
application/json
{
  • "id": "string",
  • "version": "string",
  • "transactionID": "string",
  • "responseTime": "string",
  • "errors": [
    ],
  • "response": {
    }
}

master-data-update-event-controller

Master Data Update Event Controller

handleMasterdataTitlesUpdate

handleMasterdataTitlesUpdate

header Parameters
signature
any
Request Body schema: application/json
publisher
string
topic
string
publishedOn
string
object (Event)

Responses

Request samples

Content type
application/json
{
  • "publisher": "string",
  • "topic": "string",
  • "publishedOn": "string",
  • "event": {
    }
}

handleMasterdataTemplatesUpdate

handleMasterdataTemplatesUpdate

header Parameters
signature
any
Request Body schema: application/json
publisher
string
topic
string
publishedOn
string
object (Event)

Responses

Request samples

Content type
application/json
{
  • "publisher": "string",
  • "topic": "string",
  • "publishedOn": "string",
  • "event": {
    }
}

partner-ca-cert-event-controller

Partner CA Cert Event Controller

handleCACertificate

handleCACertificate

Request Body schema: application/json
publisher
string
topic
string
publishedOn
string
object (Event)

Responses

Request samples

Content type
application/json
{
  • "publisher": "string",
  • "topic": "string",
  • "publishedOn": "string",
  • "event": {
    }
}
Home