Ciputra Life - API Documentation (1.0.0)

Download OpenAPI specification:Download

Ciputra Life - API Documentation E-Servicing.

Authentication

oauth2

Security Scheme Type: API Key
Header parameter name: Authorization

token

Everything about token

Get Token for Authorization

Request Body schema: application/x-www-form-urlencoded
secret
string

Secret code

token
string

User Token

Responses

Response samples

Content type
application/json
{
  • "status": 200,
  • "data": {
    },
  • "message": {
    }
}

policy-information

Policy data information

Get policy information by policy no

Authorizations:
oauth2
path Parameters
policyNo
required
string

Responses

Response samples

Content type
application/json
{
  • "status": 200,
  • "data": [
    ],
  • "message": ""
}

Get payment history by policy no

Authorizations:
oauth2
path Parameters
policyNo
required
string

Responses

Response samples

Content type
application/json
{
  • "status": 200,
  • "data": [
    ],
  • "message": ""
}

Get beneficiary by policy no

Authorizations:
oauth2
path Parameters
policyNo
required
string

Responses

Response samples

Content type
application/json
{
  • "status": 200,
  • "data": [
    ],
  • "message": ""
}

Get investment details by policy no

Authorizations:
oauth2
path Parameters
policyNo
required
string

Responses

Response samples

Content type
application/json
{
  • "status": 200,
  • "data": [
    ],
  • "message": ""
}