Skip to main content
GET
JavaScript

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.

Response

200 - application/json

The account program resource

id
string<uuid>
required

Unique identifier of the account program.

type
enum<string>
required

Resource type discriminator.

Available options:
account_program
label
string
required

Human-readable label for the account program.

account_program_type
enum<string>
required

Which for-benefit-of (FBO) program model applies: fbo_program (merchant program) or fbo_sponsored (sponsored program).

Available options:
fbo_program,
fbo_sponsored
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.

updated_at
string<date-time>
required

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