Authorized User
GET
https://api.webflow.com/user
Basic information about the authorized user.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
Accept-VersionstringOptional
The API version
Response
Request was successful
_idstring
format: "uuid"The uniqueID of the user
emailstring
format: "email"The user's email address
firstNamestring
The user's first name
lastNamestring
The user's last name
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error