cURL
curl --request GET \ --url https://api.sandbox.teal.dev/v0/line-entries/{line_entry_id}/categories \ --header 'Authorization: Bearer <token>' \ --header 'teal-instance-id: <teal-instance-id>'
[ "<string>" ]
Retrieves the category ID or IDs of a Line Entry.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The Teal instance ID
The line entry ID
Successful Response