Get workspace details

Get details about your workspace.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Success reply
idinteger or null
The unique identifier of the API workspace.
namestring or null
The name of the API workspace.
created_atdatetime or null
Timestamp in ISO 8601 format when the workspace was created.
plan_idstring or null
The ID of the subscription plan.
current_billing_period_startdatetime or null
Start date of the current billing period.
current_billing_period_enddatetime or null
End date of the current billing period.
expertboolean or null
Indicates whether the user is an expert.
avatar_urlstring or nullformat: "uri"
URL of the user's avatar image.
recipes_countinteger or null
Total number of recipes in the workspace.
interested_applicationslist of strings or null
List of applications the user is interested in.
company_namestring or null
Company name associated with the account.
locationstring or null
Location associated with the account.
last_seendatetime or null
Timestamp in ISO 8601 format when the user was last active.
contact_phonestring or null
User's contact phone number.
contact_emailstring or nullformat: "email"
User's contact email address.
about_mestring or null
User's biography or description.
emailstring or nullformat: "email"
User's email address.
phonestring or null

User’s phone number (masked for privacy).

active_recipes_countinteger or null
Number of active recipes in the workspace.
root_folder_idinteger or null
ID of the root folder in the workspace.

Errors