User Details
This API retrieves user information based on the provided API access token. It returns user details along with active subscription data.
ENDPOINT
GET
/user_info
An API URL would be like https://homedesigns.ai/api/v2/user_info
Request
You have to pass a token, and using the endpoint "/user_info" you can fetch the data of customer details and subscription details.
Key
Value
Required
Authorization
Bearer {token}
Yes
Response
Success Response (200)
Last updated
Was this helpful?