GET
/
v1
/
programs
curl --request GET \
  --url https://api.axiom.xyz/v1/programs \
  --header 'Axiom-API-Key: <api-key>'
{
  "items": [
    {
      "id": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "status": "ready",
      "error_message": ""
    }
  ],
  "pagination": {
    "total": 123,
    "page": 123,
    "page_size": 123,
    "pages": 123
  }
}

Authorizations

Axiom-API-Key
string
header
required

Query Parameters

page
integer
default:1
page_size
integer
default:20

Response

200
application/json

Successful Response

The response is of type object.