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