Get authenticated user information
GET
https://api.salescaddie.dev
/v1/me
Returns information about the authenticated API key, including company ID. This is a lightweight endpoint for testing authentication.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
User information retrieved successfully
dataobject