Skip to main content
Xpoz provides 6 tools for account management, authentication, and operation tracking. This page covers the 3 account/auth tools. For operation management, see Operations.

Account Tools

getAccountDetails

Get the authenticated user’s account details including plan information, billing status, and usage metrics. Response includes:
This tool requires authentication. It returns your current plan details and usage statistics.

Auth Tools

getUserAccessKey

Retrieve the authenticated user’s access key for use with bearer token authentication. Response includes:
Keep your access key secure. Do not share it publicly or commit it to version control.

checkAccessKeyStatus

Check the status of your access key without revealing the key itself. Response includes:
Use checkAccessKeyStatus to verify your key is active before making calls. Use getUserAccessKey only when you need the actual key value.