Journal Entries
Get Journal Entry
Gets information about a journal entry.
GET
/
v0
/
journal-entries
/
{journal_entry_id}
Authorization
Header
Path
curl --request GET \
--url https://api.sandbox.teal.dev/v0/journal-entries/{journal_entry_id} \
--header 'Authorization: <authorization>' \
--header 'teal-instance-id: <teal-instance-id>'
{
"datetime": "2022-01-01T00:00:00Z",
"description": "Payment of legal fees",
"id": "C4ocnUQze8kDwQ3EczkZXn"
}
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Headers
teal-instance-id
string
requiredThe Teal instance ID
Path Parameters
journal_entry_id
string
requiredJournal entry ID
Response
200 - application/json
datetime
string
requiredDate that the journal entry occurred
description
string
requiredid
string
requiredcurl --request GET \
--url https://api.sandbox.teal.dev/v0/journal-entries/{journal_entry_id} \
--header 'Authorization: <authorization>' \
--header 'teal-instance-id: <teal-instance-id>'
{
"datetime": "2022-01-01T00:00:00Z",
"description": "Payment of legal fees",
"id": "C4ocnUQze8kDwQ3EczkZXn"
}