cURL
curl --request GET \ --url https://api.gofermata.com/v1/accounts/{account_id} \ --header 'Authorization: Basic <encoded-value>'
{ "data": { "id": "string", "name": "string", "email": "string", "company_id": "string", "plan_id": "string", "plan_renewal_cadence": "string", "stripe_id": "string", "created_at": "string", "updated_at": "string", "metadata": {}, "last_plan_renewal": "2019-08-24T14:15:22Z", "next_plan_renewal": "2019-08-24T14:15:22Z", "plan_status": "string", "flags": [ {} ] } }
To authenticate against the API, use HTTP Basic Authentication with your customer ID as the username and API key as the password.
OK
The response is of type object.
object