How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

1Fort application (v2): applications API

**Access:** requires a JWT access token.

1Fort application (v2): applications API is one of 89 APIs that 1Fort publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include application (v2): applications. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, API documentation, authentication docs, and rate-limit docs.

This API exposes 38 operations across 29 paths, and defines 17 schemas. It is described by OpenAPI 3.2.0, at version v1.

Requests are made against a single base URL, https://api.1fort.com/apis/.

38 operations 29 paths 17 schemas 3 DELETE20 GET1 PATCH13 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1
Base URL
https://api.1fort.com/apis/
Authentication
API Key, API Key
License
Privately owned
Terms of Service
Resource Areas
1

Authentication & Security 2

1Fort application (v2): applications API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (Bearer). An API key is passed in the header as Authorization (ApiKey). By default, every request must be authenticated.

  • Bearer — JWT access token. Send as Bearer or JWT .
  • ApiKey — API key. Send as Api-Key .

Paths & Operations 38

Across 29 paths, the API surfaces 38 operations — 3 DELETE, 20 GET, 1 PATCH, 13 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

application (v2): applications 38

Access: requires a JWT access token.

GET
/v2/applications
List Applications
v2_applications_list 5 params → 200403500
GET
/v2/applications/{application_pk}/coverages
List Coverages
v2_applications_coverages_list 5 params → 200403500
GET
/v2/applications/{application_pk}/supplementary-documents
List Supplementary documents
v2_applications_supplementary-documents_list 5 params → 200403500
POST
/v2/applications/{application_pk}/supplementary-documents
Create Supplementary document
v2_applications_supplementary-documents_create 1 param body → 201400403500
GET
/v2/applications/{application_pk}/supplementary-documents/{id}
Retrieve Supplementary document
v2_applications_supplementary-documents_read 2 params → 200403404500
DELETE
/v2/applications/{application_pk}/supplementary-documents/{id}
Delete Supplementary document
v2_applications_supplementary-documents_delete 2 params → 204403404500
GET
/v2/applications/{application_pk}/supplementary-documents/{id}/download
Download
v2_applications_supplementary-documents_download 2 params → 200403404500
GET
/v2/applications/{id}
Retrieve Application
v2_applications_read 1 param → 200403404500
POST
/v2/applications/{id}/collect-signature
Collect signature for application
v2_applications_collect_signature_for_application 1 param body → 201400403404500
GET
/v2/applications/{id}/download-1fort-application-pdf
Downloads the 1Fort application PDF.
v2_applications_download_1fort_application_pdf 1 param → 200403404500
GET
/v2/applications/{id}/download-insurance-proposal-pdf
Downloads the insurance proposal PDF (quote summary file from herald).
v2_applications_download_insurance_proposal_pdf 1 param → 200403404500
GET
/v2/applications/{id}/get-signature
Get signature for application
v2_applications_get_signature_for_application 1 param → 200403404500
POST
/v2/applications/{id}/pre-filled-forms
Add prefilled forms
v2_applications_add_prefilled_forms 1 param body → 201400403404500
GET
/v2/applications/{id}/pre-filled-forms/{sessions_pk}
Get prefilled forms
v2_applications_get_prefilled_forms 2 params → 200403404500
GET
/v2/applications/{id}/quote-data
Get quote data
v2_applications_get_quote_data 1 param → 200403404500
POST
/v2/applications/{id}/submit
Submit all eligible coverage applications of this application.
v2_applications_submit 1 param body → 201400403404500
GET
/v2/broker/{business_pk}/applications
List Applications
v2_broker_applications_list 9 params → 200403500
POST
/v2/broker/{business_pk}/applications
Create Application
v2_broker_applications_create 1 param body → 201400403500
GET
/v2/broker/{business_pk}/applications/{application_pk}/coverages
List Coverages
v2_broker_applications_coverages_list 6 params → 200403500
GET
/v2/broker/{business_pk}/applications/{application_pk}/indications
List Indications
v2_broker_applications_indications_list 2 params → 200403500
POST
/v2/broker/{business_pk}/applications/{application_pk}/indications
Create Indication
v2_broker_applications_indications_create 2 params → 201403500
GET
/v2/broker/{business_pk}/applications/{application_pk}/supplementary-documents
List Supplementary documents
v2_broker_applications_supplementary-documents_list 6 params → 200403500
POST
/v2/broker/{business_pk}/applications/{application_pk}/supplementary-documents
Create Supplementary document
v2_broker_applications_supplementary-documents_create 2 params body → 201400403500
GET
/v2/broker/{business_pk}/applications/{application_pk}/supplementary-documents/{id}
Retrieve Supplementary document
v2_broker_applications_supplementary-documents_read 3 params → 200403404500
DELETE
/v2/broker/{business_pk}/applications/{application_pk}/supplementary-documents/{id}
Delete Supplementary document
v2_broker_applications_supplementary-documents_delete 3 params → 204403404500
GET
/v2/broker/{business_pk}/applications/{application_pk}/supplementary-documents/{id}/download
Download
v2_broker_applications_supplementary-documents_download 3 params → 200403404500
GET
/v2/broker/{business_pk}/applications/{id}
Retrieve Application
v2_broker_applications_read 2 params → 200403404500
PUT
/v2/broker/{business_pk}/applications/{id}
Update Application
v2_broker_applications_update 2 params body → 200400403404500
PATCH
/v2/broker/{business_pk}/applications/{id}
Update Application
v2_broker_applications_partial_update 2 params body → 200400403404500
DELETE
/v2/broker/{business_pk}/applications/{id}
Delete Application
v2_broker_applications_delete 2 params → 204403404500
POST
/v2/broker/{business_pk}/applications/{id}/approve
Approve all coverage applications of this application held for broker review and submit them to carriers.
v2_broker_applications_approve 2 params body → 201400403404500
POST
/v2/broker/{business_pk}/applications/{id}/copy
Copy Application
v2_broker_applications_copy_application 2 params body → 201400403404500
POST
/v2/broker/{business_pk}/applications/{id}/generate-questions
Generate questions
v2_broker_applications_generate_questions 2 params body → 201400403404500
POST
/v2/broker/{business_pk}/applications/{id}/pre-filled-forms
Add prefilled forms
v2_broker_applications_add_prefilled_forms 2 params body → 201400403404500
GET
/v2/broker/{business_pk}/applications/{id}/pre-filled-forms/{sessions_pk}
Get prefilled forms
v2_broker_applications_get_prefilled_forms 3 params → 200403404500
GET
/v2/broker/{business_pk}/applications/{id}/relevant-carriers
Get relevant carriers
v2_broker_applications_get_relevant_carriers 2 params → 200403404500
POST
/v2/broker/{business_pk}/applications/{id}/start
Start application
v2_broker_applications_start_application 2 params body → 201400403404500
POST
/v2/broker/{business_pk}/applications/{id}/submit
Submit all eligible coverage applications of this application.
v2_broker_applications_submit 2 params body → 201400403404500

Schemas 17

The contract defines 17 schemas that model the data the API accepts and returns. The most detailed are BrokerCoverageApplicationWithCompositeResponse (33 properties), CoverageApplicationWithCompositeResponse (32 properties), ApplicationV2 (30 properties), CoverageApplicationDetail (13 properties). Each schema is shown below with its type and property counts.

ValidationError
object
1 property
CoverageApplicationWithCompositeResponse
object
32 properties 2 required
ApplicationSupplementaryDocument
object
6 properties
SubProductLine
object
5 properties
CoverageApplicationDetail
object
13 properties
ApplicationPrefilledForm
object
7 properties 1 required
CanonicalProductLineRef
object
3 properties 1 required
ApplicationCopyOverride
object
9 properties
CoverageAccordForm
object
7 properties 1 required
APIException
object
1 property 1 required
GenericError
object
1 property 1 required
BrokerCoverageApplicationWithCompositeResponse
object
33 properties 2 required
BusinessApplicationSupplementaryDocument
object
6 properties
ApplicationV2
object
30 properties
ProductLine
object
9 properties 1 required
CarrierList
object
5 properties 1 required
ExistingQuoteFile
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

1fort-application-v2-applications-api-openapi.yml Raw ↑

Other APIs 1Fort publishes across the network.

1Fort agent_runtime (v2) API
1Fort Analytics API
1Fort application: applications API
1Fort application: clients API
1Fort application (v2): coverages API
1Fort Ascend API
1Fort ascend (v2) API
1Fort Auth API
1Fort Authentication API
1Fort billing (v2) API
1Fort broker: ai-customization-types API
1Fort broker: ai-customizations API
Where this information came from

This is an independent, third-party profile of 1Fort application (v2): applications API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.