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

Axway auth API

The auth API from Axway — 26 operation(s) for auth.

Axway auth API is one of 33 APIs that Axway publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Authentication. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a JSON-LD context.

This API exposes 28 operations across 26 paths, and defines 15 schemas. It is described by OpenAPI 3.2.0, at version 16.10.0.

Requests are made against a single base URL, https://platform.axway.com/api/v1.

28 operations 26 paths 15 schemas 4 DELETE7 GET14 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
16.10.0
Base URL
https://platform.axway.com/api/v1
Authentication
API Key, HTTP Bearer, HTTP Bearer, HTTP Bearer, API Key, OAuth 2.0, API Key, API Key
Terms of Service
Resource Areas
1

Authentication & Security 8

Axway auth API declares 8 security schemes for authenticating requests. An API key is passed in the header as x-auth-token (AuthToken). It accepts HTTP bearer tokens (jwt) (BearerClient). It accepts HTTP bearer tokens (jwt) (BearerService). It accepts HTTP bearer tokens (jwt) (BearerUser). An API key is passed in the header as x-auth-code (MFA). It supports OAuth 2.0 (OAuth2) using the clientCredentials, authorizationCode and implicit flows. An API key is passed in the header as x-auth-password (Password). An API key is passed in the cookie as connect.sid (SessionCookie).

  • AuthToken — Auth token for internal services
  • BearerClient — Service account access token
  • BearerService — Service account access token for an internal client
  • BearerUser — AxwayID user session access token
  • MFA — Multi-factor authentication code
  • Password — User password
  • SessionCookie — Platform session cookie

Paths & Operations 28

Across 26 paths, the API surfaces 28 operations — 4 DELETE, 7 GET, 14 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

auth 28
POST
/auth/validatePassword
Axway Validates a User Password
auth_validatePassword 1 param → 204400
PUT
/auth/terms
Axway Accept Terms & Conditions
auth_acceptTerms 3 params → 200400
POST
/auth/switchLoggedInOrg
Axway Switch Signed-in Organization
auth_sessionSwitchOrg 2 params body → 200400403
POST
/auth/signup
Axway Sign Up
auth_signup body → 204400
GET
/auth/password_policy
Axway Get Effective Password Policy
auth_findPasswordPolicy 4 params → 200400
PUT
/auth/onboarding
Axway Onboarding Capture
auth_onboarding 3 params body → 200400
POST
/auth/mfa/verify
Axway Verify an Authorization Code
auth_mfaVerify 2 params body → 200400
POST
/auth/mfa/send
Axway Send an Authorization Code
auth_mfaSend 2 params body → 200400
GET
/auth/logout
Axway Sign-out
auth_logout 4 params → 200400
POST
/auth/login
Axway Sign-in
auth_login 3 params body → 200400401403
DELETE
/auth/impersonate
Axway Unimpersonate User
auth_unimpersonate 2 params → 200400403
POST
/auth/forgot
Axway Send Forgot Password Link
auth_forgot body → 204400
GET
/auth/findSession
Axway Retrieves the Current Session
auth_sessionFind 3 params → 200400
POST
/auth/deviceauth/resend
Axway Resends Device Authorization
auth_deviceauthResend 2 params → 200400403
POST
/auth/deviceauth
Axway Validates a New Sessions Device Authorization
auth_deviceauthValidate 3 params body → 200400403
GET
/auth/checkSession
Axway Checks if the User is Signed in
auth_sessionCheck 2 params → 200400
POST
/auth/authenticator
Axway Confirm Authenticator App
auth_deviceauthConfirm body → 204400
GET
/auth/authenticator
Axway Initiate Authenticator App Setup
auth_deviceauthCreate 2 params → 200400
DELETE
/auth/authenticator
Axway Remove Authenticator App
auth_deviceauthRemoveApp 1 param → 204400
POST
/auth/activate/signup
Axway Activate a Signup User
auth_activationSignup body → 204400
POST
/auth/activate/resend
Axway Resend Activation Link
auth_activationResend body → 204400
POST
/auth/activate/forgot
Axway Reset User Password
auth_activationForgot body → 204400
POST
/auth/activate
Axway Activate a User
auth_activationConfirm body → 204400
PUT
/auth/unlock/{activation_id}
Axway Unlock Account
auth_activationUnlock 3 params → 200400
DELETE
/auth/service/{service}
Axway Revoke OAuth Service
auth_revokeOauth 1 param → 204400
GET
/auth/deviceauth/{user_id}
Axway Retrieve Authorized Devices
auth_deviceauthFind 3 params → 200400
DELETE
/auth/deviceauth/{device_id}
Axway Remove Authorized Device
auth_deviceauthRemove 1 param → 204400
GET
/auth/activation/{activation_id}
Axway Find Activation
auth_activationFind 3 params → 200400

Schemas 15

The contract defines 15 schemas that model the data the API accepts and returns. The most detailed are Entitlements (150 properties), User (32 properties), SessionInfo (25 properties), Org (25 properties). Each schema is shown below with its type and property counts.

Success
object
UserDevice
object
9 properties
Team
object
4 properties
UserDeviceList
array
A list of UserDevice objects.
User
object
32 properties 7 required
Org
object
25 properties 7 required
Response
object
1 property
Role
object
2 properties
Subscription
object
Organization entitlements
11 properties 4 required
SessionInfo
object
25 properties
DefaultFields
object
3 properties
UserTeams
array
List of teams the user belongs to.
Error
object
PasswordPolicy
object
Password policy
9 properties
Entitlements
object
Subscription entitlements
150 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

axway-auth-api-openapi.yml Raw ↑

Other APIs Axway publishes across the network.

Axway Amplify Central API
Axway API Gateway
Axway API Manager
Axway API Builder
Axway Amplify Streams
Axway Amplify Engage
Axway Amplify AI Gateway
Axway Amplify Fusion
Axway Flow Manager
Axway SecureTransport
Axway Transfer CFT
Axway B2Bi
Where this information came from

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