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

ECI Authentication API

Common authentication endpoints for every ECI Manufacturing Integration Engine API. Issues 60-minute OAuth 2.0 client-credentials access tokens for API users; there is no refresh token, so callers re-present the client id and secret. Enforces a documented rate limit of 100 requests per minute per source IP. The OpenID Connect discovery document is published on the ECI Cognito user pool.

ECI Authentication API is one of 15 APIs that ECI Solutions publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Authentication, OAuth, and OpenID Connect. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and authentication docs.

This API exposes 3 operations across 3 paths, and defines 8 schemas. It is described by OpenAPI 3.0.1, at version 2.22.273+b02c1dfd00.

Requests are made against a single base URL, https://api-user.integrations.ecimanufacturing.com:443.

3 operations 3 paths 8 schemas 3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
2.22.273+b02c1dfd00
Base URL
https://api-user.integrations.ecimanufacturing.com
Authentication
OpenID Connect, HTTP Basic
Resource Areas
1

Authentication & Security 2

ECI Authentication API declares 2 security schemes for authenticating requests. It supports OpenID Connect (oidc) discovered at https://cognito-idp.us-east-1.amazonaws.com/us-east-1_9IYBf4TpD/.well-known/openid-configuration. It accepts HTTP basic authentication (Basic). By default, every request must be authenticated.

  • oidc — Use idtoken obtained from OpenID Connect flow.
  • Basic — Username is ClientID, Password is Client Secret.

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 POST. Each is listed below with its method, path, parameters, and response codes.

AuthApi 3
POST
/api/devices
Create Device
CreateDevice body → 201400
POST
/api/devices/{id}/activation
Activate Device
TryActivateDevice 1 param body → 200204400404
POST
/oauth2/api-user/token
Authenticate an API User via the OAuth 2.0 Client Credentials Grant/Flow.
GetApiUserToken 1 param body → 200400401503

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are DeviceCredentialModel (9 properties), DeviceCreateModel (5 properties), ProblemDetails (5 properties), DeviceActivatedResponse (4 properties). Each schema is shown below with its type and property counts.

DeviceActivateRequestModel
object
1 property 1 required
DeviceActivatedResponse
object
4 properties
DeviceCreateModel
object
5 properties 1 required
DeviceCreateResponse
object
3 properties
DeviceCredentialModel
object
9 properties
DeviceCredentialType
string
OAuthAccessTokenResponse
object
4 properties
ProblemDetails
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

eci-solutions-authentication-openapi.json Raw ↑

Other APIs ECI Solutions publishes across the network.

ECI Manufacturing ERP API
JobBOSS² Public API
M1 Public API
ECI MFG Integration Management API
ECI MFG Payment API
ECI Financial Integration API
ECI EvolutionX Ecommerce API
ECI Einvoice API
ECI Shipping API
ECI Currency Data API
ECI AP/AR Commerce Automation API
ECI Office Integration API
Where this information came from

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