- General
- Endpoints
Retrieve information about current authentication
GET
/me
Me
Request
Header Params
x-api-key
string
required
Default:
{{api_key}}
x-api-env
string
required
Default:
{{api_env}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.vplan.com/v1/me' \
--header 'x-api-key;' \
--header 'x-api-env;'
Responses
🟢200Ok
application/json
Body
optional
One of
type
enum<string>
required
Allowed value:
api-key
environment
object (Environment)
required
host
object
required
ai_settings
object
required
api-key
object (ApiKey)
required
Example
{
"type": "user",
"environment": {
"id": "13050678-2f4d-8004-36da-14d8b791b59d",
"hash": "in Excepteur",
"customer": "quis",
"status": "nulla dolor ex",
"last_login": null,
"last_request_user": null,
"last_request_third_party": null,
"state_user": null,
"state_third_party": null,
"created_at": "2024-04-15T05:15:25.740Z",
"updated_at": "2024-04-15T07:12:32.963Z"
},
"host": {
"id": "c3e1777b-2f58-aa97-e31a-1a8cc7270435",
"description": "Dolor nostrum saepe quia. Reprehenderit aperiam voluptatem quaerat. Minima architecto officia sequi consectetur suscipit odio illum. Mollitia blanditiis nobis harum nihil provident doloribus aliquid."
},
"ai_settings": {
"general": false,
"formula": true
},
"user": {
"id": "4f6f90f4-d1f7-3cf5-a76f-85cfe2a5de13",
"idp_id": "eu adipisicing dolor",
"invite_id": null,
"status": "minim",
"resource_id": null,
"external_ref": null,
"transaction": null,
"firstname": "Elwin",
"lastname": "Weimann",
"infix": "ullamco tempor",
"fullname": "Anita Howe",
"gender": "name.sex",
"email": "Edd94@hotmail.com",
"mobile": "792-962-0857 x7068",
"avatar": null,
"avatar_checksum": null,
"avatar_signature": null,
"about": null,
"date_of_birth": null,
"role": "quis sed mollit",
"card_visibility": "ut culpa",
"language": "aliquip incididunt quis tempor",
"timezone": "Asia/Magadan",
"notify_own_changes": false,
"mfa_enabled": false,
"nps_counter": 69440049,
"archived_at": "2024-04-14T15:39:32.635Z",
"created_at": "2024-04-15T09:16:32.845Z",
"updated_at": "2024-04-14T10:51:00.380Z",
"username": "Isadore86"
},
"show_nps": false,
"permissions": [
"fugiat non nostrud"
],
"organizations": [
{
"id": "labore Lorem Excepteur aliqua voluptate",
"name": "iure consequatur molestiae",
"current": false
}
],
"identity_hash": "anim deserunt"
}
🟠401Not Logged In
Modified at 2024-10-04 09:04:55