Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 19 Next »

POST /application/

Add application

JSON parameters

Name

Type

Description

redirect_uris

string

type

string

One of 'public', 'trusted'. Default: public

name

string

Required.

Resource fields

Name

Type

Description

redirect_uris

string

create_date

string

name

string

access

string

secret

string

user_id

integer

type

string

id

string

Resource id.

GET /application/

Get applications list

Resource fields

Name

Type

Description

redirect_uris

string

create_date

string

name

string

access

string

secret

string

user_id

integer

type

string

id

string

Resource id.


GET /application/permission/

Get applications permissions list

Query parameters

Name

Type

Description

application_id

array [string]

Auth permission application id.

id

array [integer]

Auth permission id.

auth_id

array [integer]

Auth permission auth id.

Resource fields

Name

Type

Description

application_id

string

Auth permission application id.

auth_id

integer

Auth permission auth id.

id

integer

Auth permission id.


GET /application/permission/{id}

Get application permission by id

Path parameters

Name

Type

Description

id

integer

Required. Resource id.

Resource fields

Name

Type

Description

application_id

string

Auth permission application id.

auth_id

integer

Auth permission auth id.

id

integer

Auth permission id.

DELETE /application/permission/{id}

Delete application permission by id

Path parameters

Name

Type

Description

id

integer

Required. Resource id.


GET /application/token/

Get application token list

Query parameters

Name

Type

Description

scopes

array [string]

Auth token scopes.

application_id

array [string]

Auth token application id.

access_token

array [string]

Auth token access token.

expires

array [string]

Auth token expires.

auth_id

array [integer]

Auth token auth id.

token_type

array [string]

Auth token token type.

id

array [integer]

Auth token id.

refresh_token

array [string]

Auth token refresh token.

Resource fields

Name

Type

Description

expires

string

Auth token expires.

application_id

string

Auth token application id.

auth_id

integer

Auth token auth id.

id

integer

Resource id.


GET /application/token/{id}

Get application token info by id

Path parameters

Name

Type

Description

id

integer

Required. Resource id.

Resource fields

Name

Type

Description

expires

string

application_id

string

auth_id

integer

id

integer

Resource id.

DELETE /application/token/{id}

Delete application token info

Path parameters

Name

Type

Description

id

integer

Required. Resource id.


PUT /application/{id}

Update application

Path parameters

Name

Type

Description

id

string

Required. Resource id.

JSON parameters

Name

Type

Description

redirect_uris

string

type

string

One of 'public', 'trusted'.

name

string

Resource fields

Name

Type

Description

redirect_uris

string

create_date

string

name

string

access

string

secret

string

user_id

integer

type

string

id

string

Resource id.

GET /application/{id}

Get application by id

Path parameters

Name

Type

Description

id

string

Required. Resource id.

Resource fields

Name

Type

Description

redirect_uris

string

create_date

string

name

string

access

string

secret

string

user_id

integer

type

string

id

string

Resource id.

DELETE /application/{id}

Delete application

Path parameters

Name

Type

Description

id

string

Required. Resource id.


PUT /application/{id}/reset_secret/

Reset application secret

Path parameters

Name

Type

Description

id

string

Required. Resource id.

Resource fields

Name

Type

Description

redirect_uris

string

create_date

string

name

string

access

string

secret

string

user_id

integer

type

string

id

string

Resource id.


  • No labels