Civic · Example Payload

Civic Pass Issue

Example request and response for issuing a Civic Pass to a user's Ethereum wallet on the Sepolia testnet.

AI AgentsAuthenticationDigital IdentityIdentity VerificationKYCMCPSecuritySolanaWeb3Wallets

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

Top-level fields

titledescriptionrequestresponse

Example Payload

Raw ↑
{
  "title": "Issue a Civic Pass - Example",
  "description": "Example request and response for issuing a Civic Pass to a user's Ethereum wallet on the Sepolia testnet.",
  "request": {
    "method": "POST",
    "url": "https://api.civic.com/partner/pass/ethereum/sepolia",
    "headers": {
      "Authorization": "Bearer <access_token>",
      "Content-Type": "application/json"
    },
    "body": {
      "walletAddress": "0xEA5Ce8F9C81b681876DC713d33371c3E262A5888"
    }
  },
  "response": {
    "status": 202,
    "description": "The issuance of the Civic Pass has been initiated (asynchronous).",
    "body": {
      "id": "63fdf96c58f1ae40a26a89be",
      "chain": {
        "type": "ethereum",
        "network": "sepolia"
      },
      "gatekeeperNetwork": "tgnuXXNMDLK8dy7Xm1TdeGyc95MDym4bvAQCwcW21Bf",
      "walletAddress": "0xEA5Ce8F9C81b681876DC713d33371c3E262A5888",
      "state": "REQUESTED",
      "onChainState": "ACTIVE",
      "events": [
        {
          "eventType": "TOKEN_ISSUED_INITIATED",
          "timestamp": 1677588899
        }
      ]
    }
  }
}

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/civic-pass-issue"
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 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.