TypeHub

A next generation API and data design platform.

Sign up Login in Browse

Backend_App

This object represents an app to access the API on-behalf of a user

Document
Property Type Description
id Integer Unique identifier for the object
userId Integer
status Integer Status of the object either 1 = active, 2 = pending, 3 = deactivated or 4 = deleted
name Text Unique name of the object
url Text Url where the app is hosted
parameters Text Optional URL-encoded parameters of the app i.e. foo=bar&bar=foo
appKey Text The app key also known as client id which is generated on creation
appSecret Text The app secret also known as client secret which is generated on creation
metadata Common_Metadata Use this parameter to attach key-value data
date DateTime The create date of this object
scopes Text A list of assigned scopes for this app
tokens Backend_Token A list of tokens which are assigned to this app
part of the Apioo-Project