get https://api.kiln.fi/v1/accounts/
Retrieve an account in your organization
Log in to see full request history
Responses
401Unauthorized
500Internal server error
Retrieve an account in your organization
401Unauthorized
500Internal server error
xxxxxxxxxx
curl --request GET \
--url https://api.kiln.fi/v1/accounts/id \
--header 'accept: application/json; charset=utf-8'
xxxxxxxxxx
{
"data": {
"created_at": "2023-02-06T21:48:11.038Z",
"id": "92f5bfd4-ea38-4824-84f7-686eddff5539",
"name": "account name",
"description": "account description"
}
}