Swimlane · Example Payload

Swimlane Authenticate Example

Example: Authenticate with Swimlane using username and password to obtain a JWT token

SOARSecurity OrchestrationAutomationIncident ResponsePlaybooksCase ManagementSecurity OperationsAgentic AI

Swimlane Authenticate Example is an example object payload from Swimlane, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionrequestresponsenotes

Example Payload

Raw ↑
{
  "description": "Example: Authenticate with Swimlane using username and password to obtain a JWT token",
  "request": {
    "method": "POST",
    "path": "/api/user/login",
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "userName": "admin@example.com",
      "password": "s3cr3tP@ssw0rd"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...",
      "user": {
        "id": "uSeRiD12345",
        "displayName": "Admin User",
        "email": "admin@example.com",
        "userName": "admin@example.com",
        "roles": ["role-admin-id"],
        "groups": ["group-security-id"],
        "isAdmin": true,
        "active": true,
        "disabled": false
      }
    }
  },
  "notes": "The returned token should be included as 'Authorization: Bearer {token}' in subsequent requests. Tokens expire and will be auto-refreshed by the SDK 5 minutes before expiration. Alternatively, use a Personal Access Token (PAT) in the 'Private-Token' header."
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/swimlane-authenticate-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

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

Get an API key

Free tier, no email required.

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