External application
DELETE /application/{id
}
Delete application
Path parameters
Name |
Type |
Description |
---|---|---|
id |
string |
Required. |
GET /application/{id
}
Get application by id
Path parameters
Name |
Type |
Description |
---|---|---|
id |
string |
Required. |
PUT /application/{id
}
Update application
Path parameters
Name |
Type |
Description |
---|---|---|
id |
string |
Required. |
JSON parameters
Name |
Type |
Description |
---|---|---|
owner |
integer |
Application owner |
redirect_uris |
string |
Application redirect uris |
name |
string |
Application name |
trusted |
boolean |
If app is trusted, no user login required during app authorization |
default_scopes |
string |
Application default scopes |
PUT /application/{id}/reset_secret/
Reset application secret
Path parameters
Name |
Type |
Description |
---|---|---|
id |
string |
Required. |
GET /application/
Get applications list
POST /application/
Add application
JSON parameters
Name |
Type |
Description |
---|---|---|
owner |
integer |
Application owner |
redirect_uris |
string |
Application redirect uris |
name |
string |
Required. Application name |
trusted |
boolean |
If app is trusted, no user login required during app authorization |
default_scopes |
string |
Application default scopes |
DELETE /application/scopes/{id
}
Delete application_scopes by id
Path parameters
Name |
Type |
Description |
---|---|---|
id |
integer |
Required. |
GET /application/scopes/{id
}
Get application_scopes by id
Path parameters
Name |
Type |
Description |
---|---|---|
id |
integer |
Required. |
PUT /application/scopes/{id
}
Update application_scopes by id
Path parameters
Name |
Type |
Description |
---|---|---|
id |
integer |
Required. |
JSON parameters
Name |
Type |
Description |
---|---|---|
description |
string |
Application scopes description |
name |
string |
Application scopes name |
GET /application/scopes/
Get application_scopes list
Query parameters
Name |
Type |
Description |
---|---|---|
description |
string |
Application scopes description |
name |
string |
Application scopes name |
id |
integer |
Application scopes id |
POST /application/scopes/
Add new application_scopes
JSON parameters
Name |
Type |
Description |
---|---|---|
description |
string |
Required. Application scopes description |
name |
string |
Required. Application scopes name |
DELETE /application/permission/{id
}
Delete application permission by id
Path parameters
Name |
Type |
Description |
---|---|---|
id |
integer |
Required. |
GET /application/permission/{id
}
Get application permission by id
Path parameters
Name |
Type |
Description |
---|---|---|
id |
integer |
Required. |
GET /application/permission/
Get applications permissions list
Query parameters
Name |
Type |
Description |
---|---|---|
application_id |
string |
Auth permission application id |
id |
integer |
Auth permission id |
auth_id |
integer |
Auth permission auth id |
DELETE /application/token/{id
}
Delete application token info
Path parameters
Name |
Type |
Description |
---|---|---|
id |
integer |
Required. |
GET /application/token/{id
}
Get application token info by id
Path parameters
Name |
Type |
Description |
---|---|---|
id |
integer |
Required. |
GET /application/token/
Get application token list
Query parameters
Name |
Type |
Description |
---|---|---|
scopes |
string |
Auth token scopes |
application_id |
string |
Auth token application id |
access_token |
string |
Auth token access token |
expires |
string |
Auth token expires |
id |
integer |
Auth token id |
token_type |
string |
Auth token token type |
auth_id |
integer |
Auth token auth id |
refresh_token |
string |
Auth token refresh token |