Authorized Info
GET
https://api.webflow.com/info
Basic information about the authorization being used.
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 authorization
createdOnstring
format: "date-time"The date the authorization was created
grantTypestring
The grant type of the authorization
lastUsedstring
format: "date-time"The date the authorization was last used
siteslist of strings
The sites authorized
orgslist of strings
The organizations authorized
workspaceslist of strings
The workspaces authorized
userslist of strings
The users authorized
rateLimitinteger
The default rate limit for the authorization
statusstring
The status of the authorization
applicationobject
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error