Retrieve User's Data
Retrieve the authenticated user's data.
Interact with this API using a GET
request only with your Token in headers. It informs you about the user's authentication status. If authenticated, the user's data is returned.
API Endpoint
The following endpoint/URL should be used in order to access this API:
Request Headers
The API must have the following request headers:
Query Parameters
The API accepts the following query parameters:
email
(Type: Email, Required)Email address of the SubAccount.
Must be a valid email format.
Response Example
Here's an example of the response:
Learn More - https://app.stammer.ai/en/api-docs/me/
Last updated