Every API here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for apis
7 MCP tools reach this
find_apisBrowse and filter every API in the catalog.
get_api_artifactsOne API's artifacts, grouped by type.
get_openapiThe primary OpenAPI for this API.
find_similar_apisAPIs that look like this one.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This API
curl "https://apis.io/api/v1/apis/frankieone-individual-entities-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Core V2 Audit Individual Entities API
version: 2.0.0
description: This is the APIs for V2 Core. It allows you to do common operations, such as read audit entries or get workflow lists.
contact:
name: FrankieOne
url: https://www.frankieone.com/
email: help@frankieone.com
servers:
- url: https://api.uat.frankie.one
security:
- Api-Key: []
tags:
- name: Individual Entities
description: Manage individual entity records
paths:
/v2/individuals:
parameters:
- $ref: '#/components/parameters/levelQuery'
post:
summary: Create an individual entity
responses:
'201':
description: Created
content:
application/json:
schema:
$ref: '#/components/schemas/individuals_entity_response'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'401':
description: Unauthorized
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
examples:
Invalid authentication:
value:
errorCode: AUTH-0002,
errorMsg: Unauthorized
details:
- issue: Invalid Authentication provided. Access denied.
issueLocation: request
requestId: 00000000S6MNG7624K2TDXT1E3
No Api-Key:
value:
errorCode: AUTH-0401
errorMsg: Unauthorized
details:
- issue: No api key provided. Access denied.
issueLocation: request
requestId: 00000001S6MNG7624K2TDXT1E3
'500':
description: Internal Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
examples:
Internal Server Error:
value:
errorCode: SYS-1063,
errorMsg: Failed to generate KYC report
requestId: 01HM5EM2QNNSC9K0PX9VC06HX3
'502':
description: Bad Gateway
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'503':
description: Service Unavailable
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
operationId: createIndividuals
description: 'Creates an Individual entity object which can be used to store data about an individual. You can optionally include documents, attachments, references etc. to the entity.
Information stored in an entity object can be used to verify the individual against external data sources for the purposes of eKYC, or in other verifications supported by FrankieOne.'
parameters:
- $ref: '#/components/parameters/Api-Key'
- $ref: '#/components/parameters/X-Frankie-CustomerID'
- $ref: '#/components/parameters/X-Frankie-CustomerChildID'
- $ref: '#/components/parameters/X-Frankie-Channel'
- $ref: '#/components/parameters/X-Frankie-Username'
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/individuals_create'
description: Create an individual
tags:
- Individual Entities
security:
- Api-Key: []
- jwt:
- kyc:api
/v2/individuals/{entityId}:
parameters:
- $ref: '#/components/parameters/entityId'
- $ref: '#/components/parameters/levelNoIdQuery'
patch:
summary: Update an individual entity
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/individuals_update'
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/individuals_entity_response'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
examples:
Invalid EntityId:
value:
errorCode: API-0400,
errorMsg: 'Multiple Errors: See Issues list'
details:
- issue: 'entityId in path must be of type uuid: "test"'
issueLocation: VALIDATE-entityId
requestId: 01HM5XJ7VASZ3EJMB1VQGTBFJ4
'401':
description: Unauthorized
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
examples:
Invalid authentication:
value:
errorCode: AUTH-0002,
errorMsg: Unauthorized
details:
- issue: Invalid Authentication provided. Access denied.
issueLocation: request
requestId: 00000000S6MNG7624K2TDXT1E3
No Api-Key:
value:
errorCode: AUTH-0401
errorMsg: Unauthorized
details:
- issue: No api key provided. Access denied.
issueLocation: request
requestId: 00000001S6MNG7624K2TDXT1E3
'404':
description: Not Found
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'500':
description: Internal Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'502':
description: Bad Gateway
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'503':
description: Service Unavailable
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
operationId: updateIndividual
description: Update any of the information of the Individual Entity with the matching entity ID.
parameters:
- $ref: '#/components/parameters/Api-Key'
- $ref: '#/components/parameters/X-Frankie-CustomerID'
- $ref: '#/components/parameters/X-Frankie-CustomerChildID'
- $ref: '#/components/parameters/X-Frankie-Channel'
- $ref: '#/components/parameters/X-Frankie-Username'
tags:
- Individual Entities
security:
- Api-Key: []
- jwt:
- kyc:api
get:
summary: Get an individual entity
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/individuals_entity_response'
'400':
description: Bad Request
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
examples:
Invalid EntityId:
value:
errorCode: API-0400,
errorMsg: 'Multiple Errors: See Issues list'
details:
- issue: 'entityId in path must be of type uuid: "test"'
issueLocation: VALIDATE-entityId
requestId: 01HM5XJ7VASZ3EJMB1VQGTBFJ4
'401':
description: Unauthorized
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
examples:
Invalid authentication:
value:
errorCode: AUTH-0002,
errorMsg: Unauthorized
details:
- issue: Invalid Authentication provided. Access denied.
issueLocation: request
requestId: 00000000S6MNG7624K2TDXT1E3
No Api-Key:
value:
errorCode: AUTH-0401
errorMsg: Unauthorized
details:
- issue: No api key provided. Access denied.
issueLocation: request
requestId: 00000001S6MNG7624K2TDXT1E3
'404':
description: Not Found
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
examples:
Unable to retrieve entity:
value:
errorCode: ENT-1010,
errorMsg: Unable to retrieve requested entity
details:
- issue: entityId
issueLocation: Cannot retrieve entityId (027d1e3d-95af-f19a-313a-3b869da9ce10)
requestId: 01HM5EM2QNNSC9K0PX9VC06HX3
'500':
description: Internal Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'502':
description: Bad Gateway
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'503':
description: Service Unavailable
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
operationId: getIndividual
description: Retrieve all the information of the Individual Entity with the matching entity ID.
parameters:
- $ref: '#/components/parameters/Api-Key'
- $ref: '#/components/parameters/X-Frankie-CustomerID'
- $ref: '#/components/parameters/X-Frankie-CustomerChildID'
- $ref: '#/components/parameters/X-Frankie-Channel'
- $ref: '#/components/parameters/X-Frankie-Username'
tags:
- Individual Entities
security:
- Api-Key: []
- jwt:
- kyc:api
delete:
summary: Delete an individual entity
responses:
'200':
description: OK
content:
application/json:
schema:
type: object
properties:
requestId:
$ref: '#/components/schemas/Request-ID'
entityId:
$ref: '#/components/schemas/Entity-ID'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
examples:
Invalid EntityId:
value:
errorCode: API-0400,
errorMsg: 'Multiple Errors: See Issues list'
details:
- issue: 'entityId in path must be of type uuid: "test"'
issueLocation: VALIDATE-entityId
requestId: 01HM5XJ7VASZ3EJMB1VQGTBFJ4
'401':
description: Unauthorized
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
examples:
Invalid authentication:
value:
errorCode: AUTH-0002,
errorMsg: Unauthorized
details:
- issue: Invalid Authentication provided. Access denied.
issueLocation: request
requestId: 00000000S6MNG7624K2TDXT1E3
No Api-Key:
value:
errorCode: AUTH-0401
errorMsg: Unauthorized
details:
- issue: No api key provided. Access denied.
issueLocation: request
requestId: 00000001S6MNG7624K2TDXT1E3
'404':
description: Not Found
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'500':
description: Internal Server Error
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'502':
description: Bad Gateway
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
'503':
description: Service Unavailable
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
operationId: deleteIndividual
description: Delete Individual Entity with the matching entity ID.
parameters:
- $ref: '#/components/parameters/Api-Key'
- $ref: '#/components/parameters/X-Frankie-CustomerID'
- $ref: '#/components/parameters/X-Frankie-CustomerChildID'
- $ref: '#/components/parameters/X-Frankie-Channel'
- $ref: '#/components/parameters/X-Frankie-Background'
- $ref: '#/components/parameters/X-Frankie-Username'
tags:
- Individual Entities
security:
- Api-Key: []
- jwt:
- kyc:api
components:
schemas:
Date:
type: object
allOf:
- $ref: '#/components/schemas/Date-Base'
- type: object
properties:
normalized:
type: string
format: date
description: Full date in ISO 8601 format ("YYYY-MM-DD"). This is a read-only field.
example: '1990-03-31'
readOnly: true
Address-TypeEnum:
type: string
default: OTHER
enum:
- OTHER
- RESIDENTIAL
- BUSINESS
- POSTAL
- REGISTERED_OFFICE
- PLACE_OF_BUSINESS
- OFFICIAL_CORRESPONDANCE
- PLACE_OF_BIRTH
- OFFICE_LOCALITY
Individual-Name:
type: object
required:
- familyName
x-examples:
Example 1:
givenName: John
middleName: Jacob
familyName: Smith
properties:
nameId:
type: string
example: 87654321-4321-4321-4321-210987654321
description: Include the nameId of an existing name for this individual to modify it
readOnly: true
language:
type: string
example: eng
description: The ISO-639-3 standard code that best represents the language and character set of the individual's name
default: eng
givenName:
type: string
example: John
description: First name or given name
middleName:
type: string
example: R
description: Middle name(s) or middle initial(s)
familyName:
type: string
example: Doe
description: Last name, family name, or surname.
otherName:
type: string
example: null
description: Another name that this person may be known as, e.g., "Bob" as an alternative to "Robert".
prefix:
type: string
example: Dr.
description: Letters or words that come before an individual's full name (e.g., title or honorific).
suffix:
type: string
example: Jr.
description: Letters or words that come after an individual's full name (e.g., generational suffix).
sourceId:
type: string
example: 87654321-4321-4321-4321-210987654322
description: The source from where a specific information was sourced from. This is a link to an informationSource object in the informationSources map
readOnly: true
displayName:
type: string
example: John Doe
description: Long format of the individual's full name, including any prefix, suffix, middle, or other names. Best used when the proper structure of the individual's name is unknown.
Consent:
type: object
properties:
type:
type: string
description: The type of consent given by an entity
example: UNDER18
enum:
- GENERAL
- DOCS
- CREDITHEADER
- UNDER18
- PAYROLL
- INSURANCE
- SUPERANNUATION
schemaVersion:
type: integer
readOnly: true
sourceId:
type: string
description: The source from which specific information was obtained. This is a link to an informationSource object in the informationSources map.
example: 93da15f64-5717-4562-b3fc-2c963f6663fe
readOnly: true
Document-Attachment-Type:
type: string
description: "General types of valid document attachments.\n - \"PHOTO\": Any photo.\n - \"VIDEO\": Any video.\n - \"AUDIO\": Any audio.\n - \"PDF\": PDF or PS file (may contain text, images, or both).\n - \"DOC\": Word document, RTF, etc.\n - \"ZIP\": Any compressed file(s)."
GenderEnum:
type: string
enum:
- MALE
- FEMALE
- NON_BINARY
- OTHER
- UNSPECIFIED
Risk-Factor-ID:
type: string
description: Unique identifier of the risk factor.
readOnly: true
Attribute:
type: object
required:
- type
- value
properties:
type:
description: The attribute type.
type: string
maxLength: 64
value:
description: The value assigned to the attribute.
type: string
Risk-Factor:
type: object
properties:
riskFactorId:
$ref: '#/components/schemas/Risk-Factor-ID'
factor:
type: string
description: Name of the Frankie risk factor.
readOnly: true
value:
type: string
description: Value assigned to the risk factor.
readOnly: true
score:
type: number
description: Risk score assigned to the factor (based on customer configuration).
readOnly: true
description:
type: string
description: Description of the risk factor.
readOnly: true
workflowExecutionId:
type: string
description: Unique identifier of the workflow execution in which the risk factor was generated.
readOnly: true
stepResultId:
type: string
description: Unique identifier of the step result if the factor originated from a step.
readOnly: true
manualOverrideScore:
type: number
description: If present, this score overrides all others and is used as the final score in risk assessment.
status:
$ref: '#/components/schemas/Risk-Factor-Status'
createdAt:
type: string
format: date-time
description: Timestamp when the risk factor was created.
readOnly: true
updatedAt:
type: string
format: date-time
description: Timestamp when the risk factor was last updated.
readOnly: true
updatedBy:
type: string
description: Identifier of the user or system that updated this risk factor (e.g., System:<service_name>; or User:<user_name>).
readOnly: true
updatedRequestId:
type: string
description: Identifier of the request that updated this risk factor.
readOnly: true
createdServiceProfileId:
type: string
format: uuid
description: Identifier of the service profile associated with this risk factor when it was created.
createdWorkflowExecutionId:
type: string
description: Identifier of the workflow execution that originally created the risk factor.
createdStepResultId:
type: string
description: Identifier of the step result that originally created the risk factor.
Service-Profile-Subscription:
type: object
properties:
serviceProfileId:
type: string
description: The unique identifier of the service profile.
status:
type: string
enum:
- ENABLED
- DISABLED
description: Indicates whether the subscription is currently active and operational.
type:
$ref: '#/components/schemas/Subscription-Type'
workflowName:
type: string
description: The name of the monitoring workflow executed when a monitoring alert occurs.
workflowId:
type: string
description: The unique identifier of the monitoring workflow.
enabledAt:
type: string
format: date-time
description: The date and time when the subscription was most recently enabled.
enabledRequestId:
type: string
description: The request identifier for the most recent enable action.
enabledBy:
type: string
description: The user who most recently enabled the subscription.
disabledAt:
type: string
format: date-time
description: The date and time when the subscription was most recently disabled.
disabledRequestId:
type: string
description: The request identifier for the most recent disable action.
disabledBy:
type: string
description: The user who most recently disabled the subscription.
Risk-Assessment:
type: object
required:
- entityId
- serviceProfileId
- workflowId
- workflowExecutionId
properties:
serviceProfileId:
$ref: '#/components/schemas/Profile-ID'
riskAssessmentId:
$ref: '#/components/schemas/Risk-Assessment-ID'
workflowId:
type: string
description: Unique identifier of the workflow.
workflowExecutionId:
type: string
description: Unique identifier of the workflow execution.
entityId:
type: string
description: Unique identifier of the entity being assessed.
schemaVersion:
type: integer
description: Version of the risk assessment schema.
createdAt:
type: string
format: date-time
description: Timestamp when the risk assessment was created.
updatedAt:
type: string
format: date-time
description: Timestamp when the risk assessment was last updated.
updatedBy:
type: string
description: Identifier of the user or system that updated this assessment.
updatedRequestId:
type: string
description: Identifier of the request that updated this assessment.
workflowRiskScore:
type: number
description: Risk score calculated for the workflow.
workflowRiskLevel:
$ref: '#/components/schemas/Risk-Level'
description: Risk level of the workflow execution associated with this risk assessment.
riskScore:
type: number
description: Risk score calculated for the entity.
riskLevel:
$ref: '#/components/schemas/Risk-Level'
description: Risk level of the entity.
isOutdated:
type: boolean
description: Indicates whether the assessment is out of date, either due to manual updates or changes to risk factors that were assessed.
default: false
riskFactors:
type: array
items:
$ref: '#/components/schemas/Risk-Factor'
readOnly: true
description: List of risk factors considered in this assessment.
Subscription-Type:
type: string
description: Specifies the type of service profile subscription. This value determines the category of the service profile subscription.
enum:
- AML
- ACTIVITY
Workflow-Execution-ResultEnum:
type: string
description: "Outcome of this workflow execution. Possible results:\n - UNCHECKED: The workflow has not yet been run and has no result.\n - IN_PROGRESS: The workflow is currently running and awaiting completion.\n - REVIEW: The workflow produced results that require review. Check the risks and step results for more details.\n - PASS: The workflow successfully completed with a PASS recommendation.\n - FAIL: The workflow finished with a FAIL recommendation.\n - COMPLETE: The workflow has finished and the results are considered complete. PASS/FAIL is not required.\n - INCOMPLETE: The workflow has finished and the results are considered incomplete. PASS/FAIL is not required.\n - NEEDS_APPROVAL: The workflow requires an approval process. Once approved, re-run the workflow.\n - APPROVED: The workflow was approved, typically by an external source such as a human.\n - REJECTED: The workflow was rejected, typically by an external source such as a human.\n - BLOCKED: The workflow was blocked from completing. Manual review is required.\n - CLEAR: The workflow completed with no issues raised. Often used for ongoing monitoring workflows.\n - URGENT: The workflow completed with matters requiring urgent review. Often used for ongoing monitoring workflows that return sanctions or similarly critical items.\n - MONITOR: The workflow completed and further monitoring is required. Should be manually reviewed.\n"
default: UNCHECKED
enum:
- UNCHECKED
- IN_PROGRESS
- REVIEW
- PASS
- FAIL
- COMPLETE
- INCOMPLETE
- NEEDS_APPROVAL
- APPROVED
- REJECTED
- BLOCKED
- CLEAR
- URGENT
- MONITOR
Information-Source:
type: object
properties:
sourceId:
type: string
description: 'As sources are added to an entity, they''re assigned a unique identifier to assist with modification and reference.
To modify a source, include the sourceId in an update request call.'
type:
description: The type of source information e.g. "ID number"
type: string
example: ID number
deprecated: true
source:
description: The source of information like document number, website, etc.
type: string
example: Client
description:
description: The type or details of the source of information.
type: string
example: ''
provider:
description: The provider of the information, e.g., Equifax.
type: string
example: equifax-au
providerReference:
description: Reference linking to the provider for this information.
type: string
example: ''
createdAt:
type: string
format: date-time
description: The date and time this information was first created in the system.
example: '2024-01-15T02:18:11.365Z'
requestedAt:
type: string
format: date-time
description: The date and time FrankieOne requested this information from the external source provider.
example: '2024-01-15T02:18:11.365Z'
generatedAt:
type: string
format: date-time
description: The date and time FrankieOne generated this information, if applicable.
example: '2024-01-15T02:18:11.365Z'
retrievedAt:
type: string
format: date-time
description: The date and time FrankieOne retrieved this information from the external source provider.
example: '2024-01-15T02:18:11.365Z'
updatedAt:
type: string
format: date-time
description: The date and time this information was last updated in the system.
example: '2024-01-15T02:18:11.365Z'
isAuthoritative:
type: boolean
description: Indicates whether this information is from an authoritative source, e.g., a company registry.
example: false
isManual:
description: Indicates whether this information was added manually by the client rather than by a system or source provider.
type: boolean
example: true
deprecated: true
readOnly: true
Document-Type:
type: string
enum:
- OTHER
- DRIVERS_LICENSE
- PASSPORT
- VISA
- IMMIGRATION
- NATIONAL_ID
- TAX_ID
- NATIONAL_HEALTH_ID
- CONCESSION
- HEALTH_CONCESSION
- PENSION
- MILITARY_ID
- BIRTH_CERT
- CITIZENSHIP
- MARRIAGE_CERT
- DEATH_CERT
- NAME_CHANGE
- UTILITY_BILL
- BANK_STATEMENT
- BANK_ACCOUNT
- INTENT_PROOF
- ATTESTATION
- SELF_IMAGE
- DEVICE
- VEHICLE_REGISTRATION
- PROOF_OF_ADDRESS
- HOUSE_REGISTRATION
- YELLOW_HOUSE_REGISTRATION
- WORK_PERMIT
- EMPLOYMENT_CERTIFICATE
- NOTARY_PUBLIC_ID
- EXTERNAL_ADMIN
- CHARGES
- PRE_ASIC
- ANNUAL_RETURN
- REPORT
- TRUST_DEED
- PARTNERSHIP_AGREEMENT
- ADMIN_CHANGE
- COMPANY_REPORT
- CHECK_RESULTS
- AVIATION_SECURITY_ID
- MARITIME_SECURITY_ID
description: "Valid document ID types.\n\n - \"OTHER\": Generic document type. Unspecified.\n - \"DRIVERS_LICENSE\": Driver's license.\n - \"PASSPORT\": Passport.\n - \"VISA\": Visa document (not Visa payment card).\n - \"IMMIGRATION\": Immigration card.\n - \"NATIONAL_ID\": Any national ID card.\n - \"TAX_ID\": Any national tax identifier.\n - \"NATIONAL_HEALTH_ID\": Any national health program ID card (e.g., Medicare, NHS).\n - \"CONCESSION\": State-issued concession card.\n - \"HEALTH_CONCESSION\": State-issued health-specific concession card.\n - \"PENSION\": State-issued pension ID.\n - \"MILITARY_ID\": Military ID.\n - \"BIRTH_CERT\": Birth certificate.\n - \"CITIZENSHIP\": Citizenship certificate.\n - \"MARRIAGE_CERT\": Marriage certificate.\n - \"DEATH_CERT\": Death certificate.\n - \"NAME_CHANGE\": Name change confirmation.\n - \"UTILITY_BILL\": Regulated utility bill, such as electricity, gas, etc.\n - \"BANK_STATEMENT\": Bank/card statement.\n - \"BANK_ACCOUNT\": Bank account.\n - \"INTENT_PROOF\": Proof of intent, generally a photo/video or a scanned letter.\n - \"ATTESTATION\": Document of attestation (e.g., Statutory Declaration).\n\n NOTE: These cannot be used as a supporting document:\n - \"SELF_IMAGE\": A \"selfie\" used for comparisons.\n - \"DEVICE\": Device ID.\n - \"VEHICLE_REGISTRATION\": Vehicle registration number.\n - \"PROOF_OF_ADDRESS\": Any document that provides proof of address.\n - \"HOUSE_REGISTRATION\": House registration document.\n - \"YELLOW_HOUSE_REGISTRATION\": Yellow House Registration Thor Ror 13.\n - \"WORK_PERMIT\": Work permit.\n - \"EMPLOYMENT_CERTIFICATE\": Certificate of employment.\n - \"NOTARY_PUBLIC_ID\": Notary Public Identification.\n\n Business-related documentation:\n\n - \"EXTERNAL_ADMIN\": Details of appointed administrator.\n - \"CHARGES\": Details of any charges laid against a company or director.\n - \"PRE_ASIC\": Any documents that are Pre-ASIC.\n - \"ANNUAL_RETURN\": Details of a company's annual return.\n - \"REPORT\": Frankie-generated report.\n - \"TRUST_DEED\": Corporate trust deed.\n - \"PARTNERSHIP_AGREEMENT\": Partnership agreement documents.\n - \"ADMIN_CHANGE\": Change of administrator.\n - \"COMPANY_REPORT\": Registry-filed company reports.\n\n Special document types:\n\n - \"CHECK_RESULTS\": Special document type for specifying results of checks completed other than through Frankie.\n - \"AVIATION_SECURITY_ID\": Aviation Security Identification Card.\n - \"MARITIME_SECURITY_ID\": Maritime Security Identification Card."
Request-ID:
type: string
example: 01HN9XHZN6MGXM9JXG50K59Q85
description: The unique request identifier for the API call made.
Individual-Name-Alternate:
type: object
required:
- familyName
x-examples:
Example 1:
givenName: John
middleName: Jacob
familyName: Smith
properties:
nameId:
type: string
example: 87654321-4321-4321-4321-210987654321
description: Include the nameId of an existing name for this individual to mo
# --- truncated at 32 KB (98 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/frankieone/refs/heads/main/openapi/frankieone-individual-entities-api-openapi.yml