Skip to main content
GET
/
v1
/
accounts
/
{account_id}
Get a single account
curl --request GET \
  --url https://api.gofermata.com/v1/accounts/{account_id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "data": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://fermata-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

account_id
string
required

Response

200 - application/json

OK

data
any