...
Path parameters
Name | Type | Description |
---|---|---|
|
| Required. Resource id |
GET /application/{id
}
Get application by id
Path parameters
Name | Type | Description |
---|---|---|
|
| Required. Resource id |
PUT /application/{id
}
Update application
Path parameters
Name | Type | Description |
---|---|---|
|
| Required. Resource id |
JSON parameters
Name | Type | Description |
---|---|---|
|
| Application owner |
|
| Application redirect uris |
|
| Application name |
|
| If app is trusted, no user login required during app authorization |
|
| Application default scopes |
...
Path parameters
Name | Type | Description |
---|---|---|
|
| Required. Resource id |
...
GET /application/
Get applications list
...
JSON parameters
Name | Type | Description |
---|---|---|
|
| Application owner |
|
| Application redirect uris |
|
| Required. Application name |
|
| If app is trusted, no user login required during app authorization |
|
| Application default scopes |
...
Path parameters
Name | Type | Description |
---|---|---|
|
| Required. Resource id |
GET /application/scopes/{id
}
...
Path parameters
Name | Type | Description |
---|---|---|
|
| Required. Resource id |
PUT /application/scopes/{id
}
...
Path parameters
Name | Type | Description |
---|---|---|
|
| Required. Resource id |
JSON parameters
Name | Type | Description |
---|---|---|
|
| Application scopes description |
|
| Application scopes name |
...
GET /application/scopes/
...
Query parameters
Name | Type | Description |
---|---|---|
|
| Application scopes description |
|
| Application scopes name |
|
| Application scopes id |
POST /application/scopes/
...
JSON parameters
Name | Type | Description |
---|---|---|
|
| Required. Application scopes description |
|
| Required. Application scopes name |
...
Path parameters
Name | Type | Description |
---|---|---|
|
| Required. Resource id |
GET /application/permission/{id
}
...
Path parameters
Name | Type | Description |
---|---|---|
|
| Required. Resource id |
...
GET /application/permission/
...
Query parameters
Name | Type | Description |
---|---|---|
|
| Auth permission application id |
|
| Auth permission id |
|
| Auth permission auth id |
...
DELETE /application/token/{id
}
...
Path parameters
Name | Type | Description |
---|---|---|
|
| Required. Resource id |
GET /application/token/{id
}
...
Path parameters
Name | Type | Description |
---|---|---|
|
| Required. Resource id |
...
GET /application/token/
Get application token list
Query parameters
Name | Type | Description |
---|---|---|
|
| Auth token scopes |
|
| Auth token application id |
|
| Auth token access token |
|
| Auth token expires |
|
| Auth token id |
|
| Auth token token type |
|
| Auth token auth id |
|
| Auth token refresh token |
...