/open-api/v1/auth/scopes: { get: { tags: ['Authentication (5)'], summary: '', description: 'List of <b>Scopes</b>.<br>This API shows all scopes that are defined in this service and can be used, but it does <b>NOT</b> mean it is available for your application.<br>If you don''t have a scope and your application need it, contact the support team for it', parameters: [{ in: header, name: content-type, required: true, schema: { default: application/json } }], requestBody: null, responses: { 200: { description: ScopeListView, content: { application/json: { schema: { type: object, properties: { status: { type: string, description: 'request status', example: ok }, data: { type: object, description: 'data of request', properties: { sort_data: { type: object, description: 'data about sorting things', properties: { sort_column: { type: string, description: 'name of sort column', example: id }, sort_order: { type: string, description: 'acs or desc', example: asc }, sort_columns: { type: array, description: 'name of sort columns', example: [id] } } }, pager: { type: object, description: 'data about pager things', properties: { page: { type: integer, description: 'page number', example: 1 }, item_per_page: { type: integer, description: 'number of item per page', example: 50 }, total_pages: { type: integer, description: 'number of total pages' }, total_rows: { type: integer, description: 'number of total rows' } } }, form_data: { type: array, items: { } }, items: { type: array, description: 'items of view', items: { type: object, properties: { key: { type: string, description: 'scope identification key. use this in seller redirection to digikala for getting access', example: variant }, title: { type: string, description: 'The scope title in Persian', example: 'مدیریت تنوع و قیمتگذاری' }, description: { type: string, description: 'The scope definition in persian', example: 'امکان مشاهده و ویرایش اطلاعات مدیریت تنوع و قیمتگذاری پنل شما را خواهد داشت' }, access: { type: string, de
...[truncated 27 chars]