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

Certifyos Facility API

APIs for managing facility entities

Certifyos Facility API is one of 59 APIs that Certifyos publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Facilities. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 25 operations across 21 paths, and defines 40 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against 6 base URLs: http://localhost:9000, https://api-service.staging.certifyos.com, https://api-service.internal.certifyos.com, https://api-service.test.certifyos.com, https://api-service.demo.certifyos.com, https://api-service.certifyos.com.

25 operations 21 paths 40 schemas 4 GET5 PATCH7 POST9 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://api-service.certifyos.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Certifyos Facility API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (jwt).

  • jwt — JWT Authentication - Provide only the raw token without Bearer prefix

Paths & Operations 25

Across 21 paths, the API surfaces 25 operations — 4 GET, 5 PATCH, 7 POST, 9 PUT. Each is listed below with its method, path, parameters, and response codes.

Facility 25

APIs for managing facility entities

POST
/facilities
Create a new facility
facilityUpsert 1 param body → 201400401403500
GET
/facilities
Find Facility by filter criteria with pagination
facilityFindMany 10 params → 200401403500
PATCH
/facilities/tenant-facility-specialties/specialty
Update a tenant facility specialty record
updateTenantFacilitySpecialty 1 param body → 200400401403404409500
PATCH
/facilities/tenant-group-facility-location-specialties/specialty
Correct the specialty at the group-facility-location level
correctTenantGroupFacilityLocationSpecialty 1 param body → 200400401403404409500
PATCH
/facilities/tenant-group-facility-network-specialties/specialty
Correct the specialty at the group-facility-network level
correctTenantGroupFacilityNetworkSpecialty 1 param body → 200400401403404409500
PATCH
/facilities/tenant-group-facility-specialties/specialty
Correct the specialty on a group facility specialty record
correctTenantGroupFacilitySpecialty 1 param body → 200400401403404409500
PUT
/facilities/{certifyFacilityId}/groups/{certifyGroupId}/effective-date
Update effective dates for facility-group association
updateFacilityGroupEffectiveDate 3 params body → 200400401403404500
PUT
/facilities/{certifyFacilityId}/groups/{certifyGroupId}/networks/{networkId}/effective-date
Update effective dates for a single facility-group-network association
updateFacilityGroupNetworkEffectiveDate 4 params body → 200400401403404500
POST
/facilities/{certifyFacilityId}/locations
Add a location to a facility
facilityAddLocation 2 params body → 201400401403404500
PUT
/facilities/{certifyFacilityId}/locations/{certifyLocationId}
Update a facility location (simple CoreLocation fields)
facilityUpdateLocation 3 params body → 200400401403404500
POST
/facilities/{certifyFacilityId}/locations/{certifyLocationId}/terminate
Terminate a facility location (full or network-only)
terminateFacilityLocation 3 params body → 200400401403404500
GET
/facilities/{certifyFacilityId}/locations/{certifyLocationId}/termination-impact
Preview facility location termination impact
getFacilityLocationTerminationImpact 3 params → 200401403404500
PUT
/facilities/{id}
Update a facility and its tenant association
facilityUpdate 2 params body → 201400401403409500
GET
/facilities/{id}
Get a facility by their ID
facilityGet 2 params → 200401403404500
PUT
/facilities/{id}/accreditations
Update accreditations for a facility (OV)
updateFacilityAccreditations 2 params body → 200400401403404500
PUT
/facilities/{id}/certificates
Update certificates for a facility (OV)
updateFacilityCertificates 2 params body → 200400401403404500
PUT
/facilities/{id}/insurances
Update insurances for a facility (OV)
updateFacilityInsurances 2 params body → 200400401403404500
PUT
/facilities/{id}/licenses
Update licenses for a facility (OV)
updateFacilityLicenses 2 params body → 200400401403404500
POST
/facilities/{id}/networks
Associate facility with a network
associateFacilityWithNetwork 2 params body → 201400401403404500
POST
/facilities/{id}/networks/{networkId}/terminate
Terminate a facility's participation in a network
terminateFacilityNetworkParticipation 3 params body → 200400401403404500
GET
/facilities/{id}/relationships/all
Get all the relationships of the facility
getAllFacilityRelationships 2 params → 200401403404500
PATCH
/facilities/{id}/specialties
Batch add and update facility specialties
manageFacilitySpecialties 2 params body → 200400404500
POST
/facilities/{id}/specialties
Add a specialty to a facility
facilityAddSpecialty 2 params body → 201400404500
PUT
/facilities/{id}/supporting-documents
Update or Delete a supporting document for a facility
updateFacilitySupportingDocument 2 params body → 200400401403404500
POST
/facilities/{id}/supporting-documents
Create a new supporting document for a facility
createFacilitySupportingDocument 2 params body → 201400401403500

Schemas 40

The contract defines 40 schemas that model the data the API accepts and returns. The most detailed are FacilityLicenseOvRequest (23 properties), JsonNode (22 properties), FacilityInsuranceOvRequest (21 properties), FacilityCertificateOvRequest (18 properties). Each schema is shown below with its type and property counts.

CreateFacilitySpecialtyRequest
object
11 properties 2 required
Date
string
TerminateFacilityLocationResponse
object
Result of terminating a facility location from the facility. Integer counts are the number of operations included in the termination batch before execution (at…
11 properties
TenantGroupFacilityNetworkSpecialtyResponse
object
4 properties
CorrectGroupFacilityNetworkSpecialtyRequest
object
3 properties 2 required
CorrectGroupFacilitySpecialtyRequest
object
3 properties 2 required
FacilityLicenseOvRequest
object
Facility license payload for full-array replace in CoreFacility data.licenses (OV)
23 properties 2 required
TerminateFacilityLocationRequest
object
Request to terminate a facility location from the facility
7 properties 1 required
TenantGroupFacilitySpecialtyResponse
object
4 properties
UpdateFacilityGroupNetworkEffectiveDateRequest
object
3 properties
UpdateFacilityGroupEffectiveDateRequest
object
4 properties
UpdateSpecialtyItem
object
4 properties 1 required
TenantGroupFacilityLocationSpecialtyResponse
object
4 properties
CorrectGroupFacilityLocationSpecialtyRequest
object
3 properties 2 required
FacilityCertificateOvRequest
object
Facility certificate payload for full-array replace in CoreFacility data.certifications (OV)
18 properties
TerminateFacilityNetworkResponse
object
Response for terminating a facility's participation in a network
5 properties 5 required
ManageFacilitySpecialtiesRequest
object
3 properties
ApiError1
object
1 property
TenantFacilityLocationSpecialtyResponse
object
7 properties
TerminateFacilityNetworkRequest
object
Request to terminate a facility's participation in a network
4 properties 1 required
ManageFacilitySpecialtiesResponse
object
3 properties
SupportingDocumentUpdateRequest1
object
8 properties 1 required
AssociateFacilityNetworkRequest
object
Request to associate a facility with a network
4 properties 2 required
TenantFacilitySpecialtyResponse
object
7 properties
FacilityInsuranceOvRequest
object
Facility insurance payload for full-array replace in CoreFacility data.insurances (OV)
21 properties
FacilityLocationTerminationImpactResponse
object
Preview of networks/plans and address for facility location termination
5 properties
PagedResponse
object
6 properties
AssociateFacilitySpecialtyResponse
object
6 properties
JsonNode
object
22 properties
SpecialtyAssociationLevel
string
CorrectFacilitySpecialtyRequest
object
5 properties 1 required
SupportingDocumentResponse
object
Response for facility supporting document operations
2 properties
JsonNodeType
string
FacilityLocationNetworkImpact
object
One network and optional plan participation
2 properties
SpecialtyNotCreated
object
A specialty association that could not be created at this level, with reason and message
3 properties 3 required
ErrorObject1
object
4 properties
AssociateFacilityNetworkResponse
object
Response containing facility-network association result
4 properties
FacilityAccreditationOvRequest
object
Facility accreditation payload for full-array replace in CoreFacility data.accreditations (OV)
17 properties
AddSpecialtyItem
object
3 properties 1 required
SpecialtyNotCreatedReason
string

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

certifyos-facility-api-openapi.yml Raw ↑

Other APIs Certifyos publishes across the network.

Certifyos Address Standardization API
Certifyos Auth API
Certifyos Auth Resource API
Certifyos Auth Tokens API
Certifyos Contracts API
Certifyos Credentialing Outreach Resource API
Certifyos Credentialing Workflows API
Certifyos Credentialing Workflow API
Certifyos Dal Reactive Test Resource API
Certifyos Directory API
Certifyos Egress Template API
Certifyos Event Email Settings API
Where this information came from

This is an independent, third-party profile of Certifyos Facility 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.