curl --request POST \
--url https://api.dooki.com.br/v2/auth/me \
--header 'User-Secret-Key: <api-key>' \
--header 'User-Token: <api-key>'
{
"id": 123,
"active": true,
"name": "<string>",
"social_name": "<string>",
"email": "jsmith@example.com",
"temporary_email": "jsmith@example.com",
"is_owner": true,
"agree": true,
"merchant_owner": true,
"super_user": true,
"last_login_at": "2023-11-07T05:31:56Z",
"avatar_url": "<string>",
"allow_notifications": true,
"type": "<string>",
"created_at": {
"date": "2000-08-17 10:24:24",
"timezone_type": 3,
"timezone": "America/Sao_Paulo"
},
"created_at_timestamp": 123,
"updated_at": {
"date": "2000-08-17 10:24:24",
"timezone_type": 3,
"timezone": "America/Sao_Paulo"
},
"confirmed_at": "2023-11-07T05:31:56Z",
"mfa_enabled": true,
"cpf": "<string>",
"birthday": "2023-12-25",
"phone": "<string>",
"address_street": "<string>",
"address_number": "<string>",
"address_neighborhood": "<string>",
"address_complement": "<string>",
"address_city": "<string>",
"address_state": "<string>",
"address_zipcode": "<string>",
"merchants": {
"data": [
{
"id": 123,
"preset_id": 123,
"active": true,
"internal_active": true,
"is_marketplace": true,
"is_partner": true,
"use_only_checkout": true,
"profile": "<string>",
"alias": "<string>",
"has_domain": true,
"domain": "<string>",
"base_url": "<string>",
"name": "<string>",
"icon_url": "<string>",
"logo_url": "<string>",
"has_subscription": true,
"has_charges": true,
"has_marketplace_accounts": true,
"has_shopify": true,
"has_affiliations": true,
"coupon_created": true,
"order_bump_created": true,
"upsell_created": true,
"pixel_created": true,
"owner_id": 123,
"owner_email": "jsmith@example.com",
"owner_created_at": "2023-11-07T05:31:56Z",
"domains_list": [
"<string>"
],
"tags": [
"<string>"
],
"has_services": {
"shopifyapp": true,
"bling": true,
"woocommerce": true,
"mago": true,
"tiny": true
},
"shopify_integration": "<string>",
"has_credit_card": true,
"created_at": {
"date": "2000-08-17 10:24:24",
"timezone_type": 3,
"timezone": "America/Sao_Paulo"
},
"updated_at": {
"date": "2000-08-17 10:24:24",
"timezone_type": 3,
"timezone": "America/Sao_Paulo"
},
"subscription": {
"plan": "<string>",
"status": "<string>"
}
}
]
},
"group": {
"data": [
"<any>"
]
},
"notification_types": {
"data": [
"<any>"
]
},
"lead_data": {
"data": [
"<any>"
]
}
}
Retorna os dados do usuário atualmente logado
curl --request POST \
--url https://api.dooki.com.br/v2/auth/me \
--header 'User-Secret-Key: <api-key>' \
--header 'User-Token: <api-key>'
{
"id": 123,
"active": true,
"name": "<string>",
"social_name": "<string>",
"email": "jsmith@example.com",
"temporary_email": "jsmith@example.com",
"is_owner": true,
"agree": true,
"merchant_owner": true,
"super_user": true,
"last_login_at": "2023-11-07T05:31:56Z",
"avatar_url": "<string>",
"allow_notifications": true,
"type": "<string>",
"created_at": {
"date": "2000-08-17 10:24:24",
"timezone_type": 3,
"timezone": "America/Sao_Paulo"
},
"created_at_timestamp": 123,
"updated_at": {
"date": "2000-08-17 10:24:24",
"timezone_type": 3,
"timezone": "America/Sao_Paulo"
},
"confirmed_at": "2023-11-07T05:31:56Z",
"mfa_enabled": true,
"cpf": "<string>",
"birthday": "2023-12-25",
"phone": "<string>",
"address_street": "<string>",
"address_number": "<string>",
"address_neighborhood": "<string>",
"address_complement": "<string>",
"address_city": "<string>",
"address_state": "<string>",
"address_zipcode": "<string>",
"merchants": {
"data": [
{
"id": 123,
"preset_id": 123,
"active": true,
"internal_active": true,
"is_marketplace": true,
"is_partner": true,
"use_only_checkout": true,
"profile": "<string>",
"alias": "<string>",
"has_domain": true,
"domain": "<string>",
"base_url": "<string>",
"name": "<string>",
"icon_url": "<string>",
"logo_url": "<string>",
"has_subscription": true,
"has_charges": true,
"has_marketplace_accounts": true,
"has_shopify": true,
"has_affiliations": true,
"coupon_created": true,
"order_bump_created": true,
"upsell_created": true,
"pixel_created": true,
"owner_id": 123,
"owner_email": "jsmith@example.com",
"owner_created_at": "2023-11-07T05:31:56Z",
"domains_list": [
"<string>"
],
"tags": [
"<string>"
],
"has_services": {
"shopifyapp": true,
"bling": true,
"woocommerce": true,
"mago": true,
"tiny": true
},
"shopify_integration": "<string>",
"has_credit_card": true,
"created_at": {
"date": "2000-08-17 10:24:24",
"timezone_type": 3,
"timezone": "America/Sao_Paulo"
},
"updated_at": {
"date": "2000-08-17 10:24:24",
"timezone_type": 3,
"timezone": "America/Sao_Paulo"
},
"subscription": {
"plan": "<string>",
"status": "<string>"
}
}
]
},
"group": {
"data": [
"<any>"
]
},
"notification_types": {
"data": [
"<any>"
]
},
"lead_data": {
"data": [
"<any>"
]
}
}
Dados do usuário logado
Informações de um usuário.
Was this page helpful?