Skip to main content
POST
/
api
/
asia-verify
/
profile
requestEntityProfileReport
curl --request POST \
  --url https://api.artemis.cynopsis.co/api/asia-verify/profile \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-Domain-ID: <x-domain-id>' \
  --data '
{
  "connectType": "<string>",
  "country": "<string>",
  "language": "<string>",
  "name": "<string>",
  "number": "<string>",
  "template": "<string>"
}
'
{
  "crps": [
    {
      "active": true,
      "forms": {},
      "id": 123,
      "profileId": 123,
      "profileReferenceId": "<string>",
      "referenceId": "<string>",
      "roles": [
        {
          "role": "<string>",
          "appointedDate": "2023-12-25",
          "id": 123,
          "resignedDate": "2023-12-25"
        }
      ]
    }
  ],
  "customerDto": {
    "profileReferenceId": "<string>",
    "active": true,
    "assigneeId": 123,
    "batchUploadId": 123,
    "forms": {},
    "id": 123,
    "profileId": 123,
    "referenceId": "<string>",
    "vendorEntityGuid": "<string>",
    "vendorName": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-Domain-ID
integer<int64>
required

X-Domain-ID

Query Parameters

token
string
required

token

Body

application/json

request

connectType
string
country
string
language
string
name
string
number
string
template
string

Response

OK

crps
CRPRequestDto · object[]
customerDto
CustomerDto · object