Authorization: Bearer ********************
curl --location --request GET 'https://api.servebolt.io/v1/user-profile' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
{
"data": {
"id": 420942,
"type": "profile",
"attributes": {
"firstname": "Gordon",
"lastname": "Freeman",
"email": "g.freeman@emailprovider.com",
"phone": "+391234569856",
"country": "US",
"picture": "https://secure.gravatar.com/avatar/6---"
}
}
}