Sysdyne Technologies · Authentication Profile

Sysdyne Authentication

Authentication

Sysdyne Technologies secures its APIs with session and publicKeyExchange across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyConcreteConstructionReady-MixDispatchLogisticsERP IntegrationSOAPFleet Telematics
Methods: session, publicKeyExchange Schemes: 2 OAuth flows: API key in: credential-exchange

Security Schemes

WebcretePublicKeyExchange publicKey
WebcreteSessionLogin session

Source

Authentication Profile

sysdyne-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: >-
  https://api1.concretego.com/webcreteapi.asmx?WSDL +
  https://github.com/sysdynetechnologies/WebcreteAPIExplorer
notes: >-
  The ConcreteGO "Webcrete" API is a SOAP web service that does not declare its
  security in an OpenAPI document, so the auth profile below is reconstructed
  from the published WSDL operations and the official example clients rather than
  derived mechanically. Authentication is a public-key credential exchange
  followed by a session login: the client fetches an RSA public key
  (GetPublicKey), encrypts its AppID/AppKey + user credentials, calls Login /
  Login2 to obtain a session, and then submits work through ProcessRequest until
  Logout. Producer-issued AppID / AppKey is a prerequisite for access.
summary:
  types: [session, publicKeyExchange]
  transport: SOAP (basicHttpBinding, SOAP 1.1 + 1.2)
  api_key_in: [credential-exchange]
  oauth2_flows: []
schemes:
  - name: WebcretePublicKeyExchange
    type: publicKey
    description: >-
      RSA public key retrieved via the GetPublicKey operation, used to encrypt
      AppID/AppKey and user credentials before login.
    operation: GetPublicKey
    sources: [wsdl/sysdyne-webcrete.wsdl]
  - name: WebcreteSessionLogin
    type: session
    description: >-
      Session established via Login / Login2 using the AppID/AppKey issued by
      Sysdyne; the resulting session context authorizes ProcessRequest calls and
      is torn down by Logout.
    operations: [Login, Login2, Logout]
    sources: [wsdl/sysdyne-webcrete.wsdl]

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/sysdyne-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.