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

Invendor GlobalSettings API

The GlobalSettings API from Invendor — 6 operation(s) for globalsettings.

Invendor GlobalSettings API is one of 42 APIs that Invendor publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 10 operations across 6 paths, and defines 11 schemas. It is described by OpenAPI 3.0.1, at version 1.0.

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

10 operations 6 paths 11 schemas 1 DELETE4 GET3 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://api.invendor.com
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Invendor GlobalSettings API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2) using the authorizationCode flow, exposing 1 scope. By default, every request must be authenticated.

Paths & Operations 10

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

GlobalSettings 10
GET
/v1/GlobalSettings/types
Get all global settings types
Get global settings types list 1 param → 200400401403
GET
/v1/GlobalSettings
Get all existing global settings
Get global settings list 1 param → 200400401403
POST
/v1/GlobalSettings
Create a new global setting
Create global setting 1 param body → 200400401403
GET
/v1/GlobalSettings/{id}
Get a global setting by id
Get a global setting by it's id 2 params → 200404401403
PUT
/v1/GlobalSettings/{id}
Change the value of a global setting
Change global setting 2 params body → 200400401403
DELETE
/v1/GlobalSettings/{id}
Delete a global setting by it's id
Delete global setting 2 params → 200400404401403
PUT
/v1/GlobalSettings/bulk
Update multiple global settings with new values and types
Bulk update global settings 1 param body → 200400401403
GET
/v1/GlobalSettings/logo
Get tenant logo URL
Get tenant logo 1 param → 200400401403
POST
/v1/GlobalSettings/logo
Upload Tenant logo
Upload tenant logo 1 param body → 200400404401403
POST
/v1/GlobalSettings/logo/url
Update tenant logo URL
Update tenant logo URL 1 param body → 200400401403

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are GlobalSettingsResponsePagedResult (5 properties), GetGlobalSettingResponse (4 properties), GlobalSettingsResponse (4 properties), CreateGlobalSettingRequest (3 properties). Each schema is shown below with its type and property counts.

GlobalSettingsResponse
object
4 properties
GetGlobalSettingsTypeResponse
object
2 properties
CreateGlobalSettingRequest
object
3 properties
GetGlobalSettingResponse
object
4 properties
GlobalSettingsResponsePagedResult
object
5 properties
BulkUpdateGlobalSettingRequest
object
3 properties
GlobalSettingType
integer
Error
object
2 properties
ApiErrorResponse
object
1 property
UpdateLogoUrlRequest
object
1 property
UpdateGlobalSettingRequest
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

invendor-globalsettings-api-openapi.yml Raw ↑

Other APIs Invendor publishes across the network.

Invendor Accounts API
Invendor Auth API
Invendor Barcodes API
Invendor Consumption API
Invendor DataJobs API
Invendor Devices API
Invendor Dimensions API
Invendor DimensionValues API
Invendor Doors API
Invendor DynamicScanContent API
Invendor ExtendedProperties API
Invendor FlagTypes API