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 Accounts API

The Accounts API from Invendor — 15 operation(s) for accounts.

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

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

This API exposes 20 operations across 15 paths, and defines 29 schemas. It is described by OpenAPI 3.0.1, at version 1.0.

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

20 operations 15 paths 29 schemas 3 DELETE8 GET5 POST4 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 Accounts 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 20

Across 15 paths, the API surfaces 20 operations — 3 DELETE, 8 GET, 5 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

Accounts 20
GET
/v1/Accounts/me
Returns the detailed info of an account
My account details 1 param → 200400401403
GET
/v1/Accounts
Accounts list 6 params → 200400401403
POST
/v1/Accounts
Creates a new account. Profiles and users must be created separately using POST /api/profiles and POST /api/users, then linked via POST /api/accounts/{accountId}/profiles.
Create account 1 param body → 201400422401403
GET
/v1/Accounts/{accountId}
Returns the detailed info of an account
Account details 1 param → 200400401403
PUT
/v1/Accounts/{accountId}
Update account 1 param body → 204400401403
DELETE
/v1/Accounts/{accountId}
Deletes an account. NB! Will disable all the related Groups, Users, Locations, Operations, Dimensions!
Delete account 1 param → 204400401403
POST
/v1/Accounts/fromInvitation
Create account from invitation 1 param body → 201400422401403
PUT
/v1/Accounts/{accountId}/fromInvitation
Create account linked settings from invitation 1 param body → 204400422401403
PUT
/v1/Accounts/{accountId}/linkedLocations
Update linked account locations mapping 1 param body → 204400422401403
PUT
/v1/Accounts/{accountId}/linkedOperations
Update linked account operations mapping 1 param body → 204400422401403
POST
/v1/Accounts/{accountId}/profiles
Add group to account. Enables group to access account
Add related profile 1 param body → 204400422401403
DELETE
/v1/Accounts/{accountId}/profiles/{userProfileId}
Remove related profile from the account
Delete related profile 2 params → 204400422401403
GET
/v1/Accounts/vendors
Returns the list of vendors of an account
Account vendors 7 params → 200400401403
GET
/v1/Accounts/invitation
Get data from the inviter's tenant regarding account
Client accepts vendor invitation 3 params → 200400422401403
POST
/v1/Accounts/invitation
Inviter creates an invitation
Vendor invitation 1 param body → 201400422401403
GET
/v1/Accounts/linkedClientsTenants
Get all tenants linked to account
Account's clients' tenants 1 param → 200400422401403
GET
/v1/Accounts/{accountId}/linkedSettings/validation
Validate that a linked (vendor) account is fully configured for cross-tenant session replication, and report exactly which pieces are missing.
Validate linked account configuration 1 param → 200400401403
DELETE
/v1/Accounts/integration
Delete account invitation
Delete account integration 2 params → 204400422401403
GET
/v1/Accounts/validate
Validates whether a single account code exists
2 params → 200400401403
POST
/v1/Accounts/validate
Validates multiple account codes. Returns only invalid codes.
1 param body → 200400401403

Schemas 29

The contract defines 29 schemas that model the data the API accepts and returns. The most detailed are AccountDetailsResponse (19 properties), LinkedAccountSettingsDataResponse (11 properties), AccountResponse (9 properties), LinkedAccountValidationResponse (8 properties). Each schema is shown below with its type and property counts.

LinkedLocationsMap
object
5 properties
AccountResponse
object
9 properties
OperationsForHash
object
2 properties
ClientTenantResponse
object
3 properties
AccountRelationEnum
integer
UpdateAccountFromInvitationRequest
object
2 properties
LinkedOperationsMap
object
4 properties
CreateAccountInvetationRequest
object
5 properties
Error
object
2 properties
ValidateAccountCodesRequest
object
1 property
CreateAccountRequest
object
5 properties
AccountDetailsResponse
object
19 properties
AccountLocationResponse
object
2 properties
AddAccountRelatedProfileRequest
object
2 properties
AccountVendorResult
object
3 properties
AddressType
integer
Int32ResourceCreatedResponse
object
1 property
LinkedAccountValidationResponse
object
8 properties
LinkedAccountSettingsDataResponse
object
11 properties
OrderNotificationAttachmentFormat
integer
ProblemDetails
object
5 properties
CreateAccountInvetationResponse
object
2 properties
UserProfileResponse
object
5 properties
AccountResponseIPagedResult
object
5 properties
CreateAccountFromInvitationRequest
object
6 properties
OrderStatus
integer
ApiErrorResponse
object
1 property
AccountAddress
object
8 properties
UpdateAccountRequest
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

invendor-accounts-api-openapi.yml Raw ↑

Other APIs Invendor publishes across the network.

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
Invendor GlobalSettings API