Backend_AppCreate

struct

Payload for creating a new consumer application

Property Type Description
INHERITED FROM Backend_App
kind String Uniquely identifies the object schema type
id Integer Unique identifier for the object
userId Integer Unique identifier of the owning user
status Integer Status of the object either 1 = active, 2 = pending, 3 = deactivated or 4 = deleted
name String Unique name of the object
url String Url where the app is hosted
parameters String Optional URL-encoded parameters of the app i.e. foo=bar&bar=foo
appKey String The app key also known as client id which is generated on creation
appSecret String 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
ArrayString
A list of assigned scopes for this app
tokens A list of tokens which are assigned to this app
part of the Apioo-Project