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

Oper Base Products API

The Base Products API from Oper — 12 operation(s) for base products.

Oper Base Products API is one of 52 APIs that Oper publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Base Products. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 23 operations across 12 paths, and defines 25 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

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

23 operations 12 paths 25 schemas 1 DELETE9 GET6 PATCH3 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.opercredits.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Oper Base Products API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (jwtAuth).

Paths & Operations 23

Across 12 paths, the API surfaces 23 operations — 1 DELETE, 9 GET, 6 PATCH, 3 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

Base Products 23
GET
/api/base-products/
api_base_products_list → 200
POST
/api/base-products/whitelisted-brokers/import
api_base_products_whitelisted_brokers_import_create body → 201
GET
/api/base-products/{base_product_id}/allowed-product-variabilities/
api_base_products_allowed_product_variabilities_list 1 param → 200
GET
/api/base-products/{base_product_id}/allowed-product-variabilities/{id}/
api_base_products_allowed_product_variabilities_retrieve 2 params → 200
PATCH
/api/base-products/{base_product_id}/allowed-product-variabilities/{id}/
api_base_products_allowed_product_variabilities_partial_update 2 params body → 200
PUT
/api/base-products/{base_product_id}/allowed-product-variabilities/{id}/
api_base_products_allowed_product_variabilities_update 2 params body → 200
GET
/api/base-products/{base_product_id}/pricing-sheets/
api_base_products_pricing_sheets_list 1 param → 200
POST
/api/base-products/{base_product_id}/pricing-sheets/
api_base_products_pricing_sheets_create 1 param body → 201
DELETE
/api/base-products/{base_product_id}/pricing-sheets/{id}/
api_base_products_pricing_sheets_destroy 2 params → 204
GET
/api/base-products/{base_product_id}/pricing-sheets/{id}/
api_base_products_pricing_sheets_retrieve 2 params → 200
PATCH
/api/base-products/{base_product_id}/pricing-sheets/{id}/
api_base_products_pricing_sheets_partial_update 2 params body → 200
PUT
/api/base-products/{base_product_id}/pricing-sheets/{id}/
api_base_products_pricing_sheets_update 2 params body → 200
PATCH
/api/base-products/{base_product_id}/pricing-sheets/{id}/bulk-update-base-rates/
api_base_products_pricing_sheets_bulk_update_base_rates_partial_update 2 params body → 200
PATCH
/api/base-products/{base_product_id}/pricing-sheets/{id}/bulk-update-discounts/
api_base_products_pricing_sheets_bulk_update_discounts_partial_update 2 params body → 200
GET
/api/base-products/{base_product_id}/pricing-sheets/{pricing_sheet_id}/base-rates/
api_base_products_pricing_sheets_base_rates_list 2 params → 200
POST
/api/base-products/{base_product_id}/pricing-sheets/{pricing_sheet_id}/base-rates/
api_base_products_pricing_sheets_base_rates_create 2 params body → 201
GET
/api/base-products/{base_product_id}/pricing-sheets/{pricing_sheet_id}/base-rates/{id}/
api_base_products_pricing_sheets_base_rates_retrieve 3 params → 200
PATCH
/api/base-products/{base_product_id}/pricing-sheets/{pricing_sheet_id}/base-rates/{id}/
api_base_products_pricing_sheets_base_rates_partial_update 3 params body → 200
PUT
/api/base-products/{base_product_id}/pricing-sheets/{pricing_sheet_id}/base-rates/{id}/
api_base_products_pricing_sheets_base_rates_update 3 params body → 200
GET
/api/base-products/{base_product_id}/pricing-sheets/{pricing_sheet_id}/discounts/
api_base_products_pricing_sheets_discounts_list 2 params → 200
GET
/api/base-products/{id}/
api_base_products_retrieve 1 param → 200
PATCH
/api/base-products/{id}/
api_base_products_partial_update 1 param body → 200
PUT
/api/base-products/{id}/
api_base_products_update 1 param body → 200

Schemas 25

The contract defines 25 schemas that model the data the API accepts and returns. The most detailed are BaseProduct (10 properties), PatchedBaseProduct (10 properties), PatchedPricingSheet (9 properties), PricingSheet (9 properties). Each schema is shown below with its type and property counts.

PatchedPricingSheet
object
9 properties
Explanation
object
2 properties 2 required
LoanType
object
Can be managed at /resources/loan-type
4 properties 3 required
AdminDiscount
object
3 properties 3 required
PatchedBaseRate
object
5 properties
NestedBaseRate
object
4 properties 4 required
Language
object
Can be managed at /resources/language
3 properties 3 required
Variability
object
Can be managed at /resources/variability
4 properties 3 required
Funder
object
2 properties 2 required
BaseProduct
object
10 properties 6 required
BaseRate
object
5 properties 5 required
AllowedProductVariability
object
7 properties 2 required
AdminDiscount2ndLevel
object
8 properties 1 required
ParameterType
object
Can be managed at /resources/parameter-type
3 properties 3 required
ReducedPricingSheet
object
Baseclass for Reduced serializers. Will validate whether the objects exists, and returns the instance in tointernalvalue Subclasses must implement Meta with at…
1 property 1 required
PricingSheet
object
9 properties 8 required
Parameter
object
3 properties 3 required
PatchedAllowedProductVariability
object
7 properties
ReducedCreditProvider
object
To be used for a short summary of the CreditProvider
9 properties 9 required
PricingSheetDiscount
object
1 property 1 required
BulkProduct2BrokerWhitelist
object
2 properties 2 required
AdminDiscount3rdLevel
object
5 properties 2 required
MinimalBaseProduct
object
Baseclass for Reduced serializers. Will validate whether the objects exists, and returns the instance in tointernalvalue Subclasses must implement Meta with at…
1 property 1 required
PatchedBaseProduct
object
10 properties
ProductWhitelistedBrokerBulkImport
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

oper-base-products-api-openapi.yml Raw ↑

Other APIs Oper publishes across the network.

Oper Agent Documents API
Oper Appointment Booking Websites API
Oper Approvals API
Oper Bank Release Policy API
Oper Calculate API
Oper Check Invite Token API
Oper Check Reset Password API
Oper Client Users API
Oper Clients API
Oper Commissions API
Oper Communication History API
Oper Connective API
Where this information came from

This is an independent, third-party profile of Oper Base Products 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.