Retrieve the ID of the authenticated account associated with the provided credentials. This is useful when you have an API key or access token but do not yet know the corresponding accountId.
GET
/
api
/
accounts
/
id
cURL
Copy
curl --request GET \ --url https://recoup-api.vercel.app/api/accounts/id \ --header 'x-api-key: <api-key>'