Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.linearsend.com/definition/exclude-keyword \ --header 'Authorization: Bearer <token>'
{ "success": true, "statusCode": 123, "code": "<string>", "message": "<string>", "data": [ { "id": 123, "code_description": "<string>" } ], "meta": { "page": 1, "limit": 20, "total": 20, "totalPages": 1 } }
Retrieve list of keywords excluded from transaction descriptions.
JWT access token
Exclude keywords retrieved successfully
Show child attributes