Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Resourcly boms API

The boms API from Resourcly — 8 operation(s) for boms.

Resourcly boms API is one of 22 APIs that Resourcly publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 9 operations across 8 paths, and defines 1 schema. It is described by OpenAPI 2.0, at version 1.0.0.

Requests are made against the base URL https://api.resourcly.com/v1.

9 operations 8 paths 1 schemas 2 DELETE5 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
1.0.0
Base URL
https://api.resourcly.com/v1
Authentication
API Key
License
Proprietary
Terms of Service
Resource Areas
1

Authentication & Security 1

Resourcly boms API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (BearerAuth).

  • BearerAuth — Firebase JWT token. Format: "Bearer {token}"

Paths & Operations 9

Across 8 paths, the API surfaces 9 operations — 2 DELETE, 5 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

boms 9
GET
/boms
List BOMs
5 params → 200401500
POST
/boms/import
Import BOM from CSV/XLSX
5 params → 201400401500
POST
/boms/preview
Preview BOM file
2 params → 200400401
GET
/boms/{id}
Get BOM
1 param → 200401404500
DELETE
/boms/{id}
Delete BOM
1 param → 200401404500
GET
/boms/{id}/deletion-preview
Preview permanent BOM deletion
1 param → 200400401404500
GET
/boms/{id}/lines
Get BOM lines (lazy tree loading)
5 params → 200401404500
DELETE
/boms/{id}/permanent
Permanently delete an archived BOM
1 param → 202400401409500
GET
/boms/{id}/raw-rows
Get dynamic BOM raw rows
1 param → 200401404

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is models.ErrorResponse (3 properties). Each schema is shown below with its type and property counts.

models.ErrorResponse
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

resourcly-boms-api-openapi.yml Raw ↑

Other APIs Resourcly publishes across the network.

Resourcly analytics API
Resourcly auth API
Resourcly bom-comparisons API
Resourcly business API
Resourcly datasources API
Resourcly documents API
Resourcly drive API
Resourcly duplicates API
Resourcly email API
Resourcly feedback API
Resourcly health API
Resourcly imports API