Apps
Retrieve the current app
Returns an App
GET
/
v5
/
app
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
The ID of the app, which will look like app_*************
The date the app was created as a unix timestamp.
The name of the app
The ID of the company that owns this app, which will look like biz_*************
The URL of the app's icon
Was this page helpful?