Accounts

Get the current account

GET
Get the current account

Response

This endpoint returns an object
data
object
An account
GET
$curl https://api.x.flatfile.com/v1/accounts/current \
> -H "Authorization: Bearer <token>"
Response
1{
2 "data": {
3 "id": "us_acc_YOUR_ID",
4 "name": "MyAccountName",
5 "metadata": {},
6 "createdAt": "2023-10-30T16:59:45.735Z",
7 "updatedAt": "2023-10-30T16:59:45.735Z"
8 }
9}