GET
/
events
/
{event_id}
curl --request GET \
  --url https://api.commerce.coinbase.com/events/{event_id} \
  --header 'X-CC-Api-Key: <api-key>'
{
  "pagination": {
    "order": "desc",
    "starting_after": null,
    "ending_before": null,
    "previous_uri": null,
    "next_uri": "https://api.commerce.coinbase.com/checkouts?limit=20&starting_after=fb6721f2-1622-48f0-b713-aac6c819b67a",
    "total": 1,
    "yielded": 1,
    "limit": 1,
    "cursor_range": [
      [
        "a76721f2-1611-48fb-a513-aac6c819a9d6",
        "fb6721f2-1622-48f0-b713-aac6c819b67a"
      ]
    ]
  }
}

Authorizations

X-CC-Api-Key
string
header
required

Headers

X-CC-Version
string

Desired API Version (ex: 2018-03-22)

Path Parameters

event_id
string
required

ID of event to be shown

Response

200
application/json

Event

The response is of type object.