API Catalog
This API is designed to facilitate seamless integration with the eTIMS system, enabling businesses to automate their tax compliance processes and ensure accurate reporting to the KRA. It supports various operations such as creating, updating, and retrieving tax-related documents, managing business partners, and handling financial transactions.
The API is built with security in mind, requiring authentication for access to sensitive endpoints. It also provides detailed error handling and response codes to help developers troubleshoot issues effectively.
For more information on how to use the Slade360 eTIMS API, please refer to the documentation provided.
Obtain an access token using the OAuth 2.0 Client Credentials grant. Intended for server-to-server integrations — your application authenticates directly with a provisioned client_id and client_secret (no end-user login). The token is used as Authorization: Bearer <access_token> on every eTIMS API call.
Contact Slade360 to be provisioned client_id and client_secret for your environment.
Exchange your credentials for an access token using the OAuth 2.0 password grant. The token returned here is used as Authorization: Bearer <access_token> on every eTIMS API call.
This API allows you to integrate with Slade Advantage, a healthcare management system.

