Skip to main content
GET
Retrieve account program

Authorizations

Authorization
string
header
required

Bearer token for authentication with Augustus Banking API

Path Parameters

id
string<uuid>
required

Unique identifier of the account program.

Example:

"550e8400-e29b-41d4-a716-446655440002"

Response

200 - application/json

The account program resource

id
string<uuid>
required

Unique identifier of the account program.

Example:

"550e8400-e29b-41d4-a716-446655440002"

type
enum<string>
required

Resource type discriminator.

Available options:
account_program
label
string
required

Human-readable label for the account program.

Example:

"Primary FBO program"

status
enum<string>
required

Account program lifecycle status. Closed programs are not returned by this endpoint.

Available options:
active,
frozen
created_at
string<date-time>
required

ISO 8601 UTC timestamp when the account program was created.

Example:

"2026-01-15T10:30:00Z"

updated_at
string<date-time>
required

ISO 8601 UTC timestamp when the account program was last updated.

Example:

"2026-01-15T10:35:00Z"