GET/program

Retrieve a program

Retrieve the program named in the program_id header.

Request
GET/program
curl --location 'https://api.ledgr.dev/v1/program' \
--header 'Authorization: {api_key}'
Response

The program

{
  "status": "success",
  "program": {
    "status": "active",
    "program_id": "prog_...",
    "program_name": "Wallets",
    "program_type": "pooled",
    "currency_code": "USD"
  }
}