POST
/
pass
curl --request POST \
  --url https://api.civic.com/partner/pass \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "limit": 20,
  "skip": 0,
  "filter": {
    "state": "ACTIVE",
    "walletAddress": "4v4PL5bMZXXvQB3mvWPXLvqfJpjJmPRnPrmENnUESQQQ"
  }
}'
{
  "records": [
    {
      "chain": {
        "type": "solana",
        "network": "mainnet-beta"
      },
      "gatekeeperNetwork": "tgnuXXNMDLK8dy7Xm1TdeGyc95MDym4bvAQCwcW21Bf",
      "walletAddress": "4v4PL5bMZXXvQB3mvWPXLvqfJpjJmPRnPrmENnUESQQQ",
      "events": [
        {
          "eventType": "TOKEN_ISSUED_INITIATED",
          "timestamp": 1677588899,
          "transaction": {
            "identifier": "4GWazp2AqMmxkE6GKCoYf9rbgFL6eDTuMx9z7719eccSeCEYu9hiCvmcr9cK6ioiTUGZzvcWf6iB7fd3YCg39PT6",
            "status": "sent"
          }
        }
      ],
      "id": "63fdf96c58f1ae40a26a89be",
      "onChainState": "ACTIVE",
      "state": "ACTIVE"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

Response

200 - application/json

OK

The response is of type object.