User
Get My Data
Endpoints
- Calling
- Messaging
- Conversation
- Contact
- Assistant
- Widget
- Data Source
- User
- Intent
- Prompt
- Voice
- Tool
- Form
- Channel
- Campaign
- Outbound Webhook
- Custom Field
- Provider
- Agency
- Tool Function
- Agency Billing
- Log
- Conversation Flow
- Analytics
- Tag
- Billing
- API Reference
User
Get My Data
Gets my user profile information
GET
/
api
/
v1
/
user
{
"message": "<string>",
"meta": {},
"data": {
"first_name": "<string>",
"last_name": "<string>",
"email": "jsmith@example.com",
"is_active": true,
"is_superuser": false,
"birthdate": "2023-11-07T05:31:56Z",
"is_enterprise": true,
"role_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"phone": "<string>",
"state": "<string>",
"country": "<string>",
"address": "<string>",
"active_billing_plan_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"next_billing_plan_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"stripe_customer_id": "<string>",
"stripe_subscription_id": "<string>",
"stripe_subscription_status": "<string>",
"stripe_has_payment_method": true,
"is_trial": true,
"used_trial": true,
"is_paying": true,
"stripe_last_payment_date": "2023-11-07T05:31:56Z",
"billing_updated_at": "2023-11-07T05:31:56Z",
"last_credits_refresh": "2023-11-07T05:31:56Z",
"next_credits_refresh": "2023-11-07T05:31:56Z",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"follower_count": 123,
"following_count": 123
}
}
Authorizations
Your API key for authentication. You can generate it from the Settings page. Format: starts with in-
.
Response
200 - application/json
Successful Response
The response is of type object
.
Was this page helpful?
{
"message": "<string>",
"meta": {},
"data": {
"first_name": "<string>",
"last_name": "<string>",
"email": "jsmith@example.com",
"is_active": true,
"is_superuser": false,
"birthdate": "2023-11-07T05:31:56Z",
"is_enterprise": true,
"role_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"phone": "<string>",
"state": "<string>",
"country": "<string>",
"address": "<string>",
"active_billing_plan_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"next_billing_plan_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"stripe_customer_id": "<string>",
"stripe_subscription_id": "<string>",
"stripe_subscription_status": "<string>",
"stripe_has_payment_method": true,
"is_trial": true,
"used_trial": true,
"is_paying": true,
"stripe_last_payment_date": "2023-11-07T05:31:56Z",
"billing_updated_at": "2023-11-07T05:31:56Z",
"last_credits_refresh": "2023-11-07T05:31:56Z",
"next_credits_refresh": "2023-11-07T05:31:56Z",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"follower_count": 123,
"following_count": 123
}
}