Home

Registration Status Service API documentation (1.0)

Download OpenAPI specification:Download

License: Mosip

Registration Status Service API documentation

Registration Status

Registration Status Controller

Get the synchronizing registration entity

Get the synchronizing registration entity

header Parameters
Center-Machine-RefId
required
string
timestamp
required
string
Request Body schema: application/json
object

Responses

Request samples

Content type
application/json
{ }

Response samples

Content type
application/json
"FAILED"

Get the synchronizing registration entity

Get the synchronizing registration entity

header Parameters
Center-Machine-RefId
required
string
timestamp
required
string
Request Body schema: application/json
object

Responses

Request samples

Content type
application/json
{ }

Response samples

Content type
application/json
"FAILED"

Get the registration entity

Get the registration entity

Request Body schema: application/json
id
string
version
string
requesttime
string
Array of objects (RegistrationStatusSubRequestDto) [ items ]

Responses

Request samples

Content type
application/json
{
  • "id": "string",
  • "version": "string",
  • "requesttime": "string",
  • "request": [
    ]
}

Response samples

Content type
application/json
"PROCESSING"

Get the lost registration id

Get the lost registration id

Request Body schema: application/json
id
string
version
string
requesttime
string
object (SearchInfo)

Responses

Request samples

Content type
application/json
{
  • "id": "string",
  • "version": "string",
  • "requesttime": "string",
  • "request": {
    }
}

Response samples

Content type
application/json
"PROCESSING"

Packet Status

Packet External Status Controller

Get the Packet external status

Get the Packet external status

Request Body schema: application/json
id
string
version
string
requesttime
string
Array of objects (PacketExternalStatusSubRequestDTO) [ items ]

Responses

Request samples

Content type
application/json
{
  • "id": "string",
  • "version": "string",
  • "requesttime": "string",
  • "request": [
    ]
}

Response samples

Content type
application/json
"PROCESSING"

External Registration Status

Registration External Status Controller

Get the registration external status

Get the registration external status

Request Body schema: application/json
id
string
version
string
requesttime
string
Array of objects (RegistrationExternalStatusSubRequestDto) [ items ]

Responses

Request samples

Content type
application/json
{
  • "id": "string",
  • "version": "string",
  • "requesttime": "string",
  • "request": [
    ]
}

Response samples

Content type
application/json
"PROCESSING"

Internal Auth Delegate Services

Internal Auth Delegate Services Controller

getCertificate

getCertificate

query Parameters
applicationId
required
string

Id of application

referenceId
string

Reference Id as metadata

Responses

Authenticate Internal Request

Authenticate Internal Request

Request Body schema: application/json
id
string
version
string
specVersion
string
thumbprint
string
domainUri
string
env
string
object (AuthTypeDTO)
transactionID
string
requestTime
string
request
string
consentObtained
boolean
individualId
string
individualIdType
string
requestHMAC
string
keyIndex
string
requestSessionKey
string

Responses

Request samples

Content type
application/json
{
  • "id": "string",
  • "version": "string",
  • "specVersion": "string",
  • "thumbprint": "string",
  • "domainUri": "string",
  • "env": "string",
  • "requestedAuth": {
    },
  • "transactionID": "string",
  • "requestTime": "string",
  • "request": "string",
  • "consentObtained": true,
  • "individualId": "string",
  • "individualIdType": "string",
  • "requestHMAC": "string",
  • "keyIndex": "string",
  • "requestSessionKey": "string"
}

Response samples

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