Profile

Request

Method: GET
Route: api/auth/profile
Example: api/auth/profile
Request Headers
host: localhost:49527
user-agent: Symfony
accept: application/json
accept-language: en-us,en;q=0.5
accept-charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vbG9jYWxob3N0OjQ5NTI3IiwiaWF0IjoxNjUyNzc1OTUwLCJuYmYiOjE2NTI3NzU5NTAsImp0aSI6IlhqR012MXdFOGFEQVJCR2MiLCJzdWIiOiIzIiwicHJ2IjoiMjNiZDVjODk0OWY2MDBhZGIzOWU3MDFjNDAwODcyZGI3YTU5NzZmNyJ9.rB7s0gcBOBDkzbHSWuk8bpn58XgKFoB6-PIZVhHUufw
content-length: 2
content-type: application/json

Response

200 JSON
Response Headers
cache-control: no-cache, private
date: Tue, 17 May 2022 08:25:50 GMT
content-type: application/json
x-ratelimit-limit: 60
x-ratelimit-remaining: 59
{
    "data": {
        "id": 3,
        "first_name": null,
        "last_name": null,
        "phone": null,
        "phone_verified_at": null,
        "email": "[email protected]",
        "email_verified_at": "2022-05-17T08:25:50.000000Z",
        "birth_place": null,
        "birth_date": null,
        "address": null,
        "city": null,
        "tax_code": null,
        "stripe_customer": null,
        "marketing_consent": null,
        "marketing_consent_updated_at": null,
        "third_party_consent": null,
        "third_party_consent_updated_at": null,
        "newsletter_consent": null,
        "newsletter_consent_updated_at": null,
        "created_at": "2022-05-17T08:25:50.000000Z",
        "updated_at": "2022-05-17T08:25:50.000000Z"
    }
}

Time: 0.31

insert into `users` (`updated_at`, `created_at`) values (?, ?)
Bindings
0: 2022-05-17 08:25:50
1: 2022-05-17 08:25:50

Time: 0.26

insert into `login_tokens` (`user_id`, `token`, `medium_type`, `medium_handle`, `expires_at`, `section`, `consumed_at`, `callback_url`, `updated_at`, `created_at`) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Bindings
0: 3
1: hVUb3mPWgZ
2: email
3: [email protected]
4: 2022-05-17 08:40:50
5: fK9zYrK3OkFmIDx0
6:
7: http://www.abbott.com/ipsam-voluptatibus-dolore-nihil-totam
8: 2022-05-17 08:25:50
9: 2022-05-17 08:25:50

Time: 0.37

select * from `users` where (`phone_verified_at` is not null or `email_verified_at` is not null) and `id` = ? limit 1
Bindings
0: 3

Time: 0.32

select * from `users` where (`phone_verified_at` is null or `email_verified_at` is null) and `id` = ? limit 1
Bindings
0: 3

Time: 0.28

update `users` set `email_verified_at` = ?, `email` = ?, `users`.`updated_at` = ? where `id` = ?
Bindings
0: 2022-05-17 08:25:50
1: [email protected]
2: 2022-05-17 08:25:50
3: 3

Time: 0.26

update `login_tokens` set `consumed_at` = ?, `login_tokens`.`updated_at` = ? where `id` = ?
Bindings
0: 2022-05-17 08:25:50
1: 2022-05-17 08:25:50
2: 4

Time: 0.46

select * from `users` where (`phone_verified_at` is not null or `email_verified_at` is not null) and `id` = ? limit 1
Bindings
0: 3

Request

Method: GET
Route: api/auth/profile
Example: api/auth/profile
Request Headers
host: localhost:49527
user-agent: Symfony
accept: application/json
accept-language: en-us,en;q=0.5
accept-charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vbG9jYWxob3N0OjQ5NTI3IiwiaWF0IjoxNjUyNzc1OTUwLCJuYmYiOjE2NTI3NzU5NTAsImp0aSI6IlhqR012MXdFOGFEQVJCR2MiLCJzdWIiOiIzIiwicHJ2IjoiMjNiZDVjODk0OWY2MDBhZGIzOWU3MDFjNDAwODcyZGI3YTU5NzZmNyJ9.rB7s0gcBOBDkzbHSWuk8bpn58XgKFoB6-PIZVhHUufw
content-length: 2
content-type: application/json