KartRocket · Authentication Profile

Kartrocket Authentication

Authentication

KartRocket secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyShippingLogisticsE-CommerceFulfillmentLast-Mile DeliveryIndiaOrder Management
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

bearerAuth http
scheme: bearer · in: header ()

Source

Authentication Profile

kartrocket-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://apidocs.shiprocket.in/ + https://github.com/bfrs/shiprocket-mcp
docs: https://apidocs.shiprocket.in/
summary:
  types: [http]
  scheme: bearer
  token_source: login-endpoint
  oauth2_flows: []
notes: >-
  Shiprocket's public API uses token (JWT) bearer auth. The seller POSTs email +
  password to the login endpoint and receives a bearer token used on every
  subsequent request as `Authorization: Bearer <token>`. Confirmed by the official
  MCP server, which takes SELLER_EMAIL + SELLER_PASSWORD and logs in on the seller's
  behalf. No OAuth2 authorization-code flow and no static API keys are documented;
  the login token is the credential.
schemes:
  - name: bearerAuth
    type: http
    scheme: bearer
    bearer_format: JWT
    in: header
    header: Authorization
    obtain:
      method: POST
      url: https://apiv2.shiprocket.in/v1/external/auth/login
      body: { email: <seller-email>, password: <seller-password> }
      returns: token
    token_lifetime: ~10 days (re-login on expiry)
    sources: [apidocs.shiprocket.in, github.com/bfrs/shiprocket-mcp]

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/kartrocket-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 email required.

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