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.
Returns build version, commit hash, and build time
cURL
curl --request GET \ --url https://api.wazapin.com/v1/version \ --header 'X-Api-Key: <api-key>'
{ "data": { "build_time": "<string>", "commit": "<string>", "version": "<string>" } }
OK
Show child attributes