Applications
Retrieve paginated available permission scopes for an application.
Sample request:
GET /api/v1/applications/{id}/permission/scopes?search={search}&limit={limit}&offset={offset}
get/api/v1/applications/{id}/permission/scopes
Path parameters
idstring required
The id for the application
Query parameters
searchstring
search for scopes based off this string
limitinteger
The amount of scopes to return
offsetinteger
The offset of scopes to return
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.