github.com/grokify/go-ringcentral-client@v0.3.31/codegen/specs-engagevoice_v3.0.0/openapi-spec_auth.json (about) 1 { 2 "openapi":"3.0.0", 3 "info":{ 4 "description":"", 5 "version":"1.0", 6 "title":"RingCentral Engage Voice API", 7 "termsOfService":"https://developers.ringcentral.com" 8 }, 9 "tags":[ 10 { 11 "name":"Auth" 12 } 13 ], 14 "paths":{ 15 "/admin/token":{ 16 "get":{ 17 "tags":[ 18 "Auth" 19 ], 20 "summary":"Get Tokens", 21 "description":"Retrieves all API Tokens for the authenticated user", 22 "operationId":"getTokens", 23 "responses":{ 24 "200":{ 25 "description":"Success", 26 "content":{ 27 "application/json":{ 28 "schema":{ 29 "type":"array", 30 "items":{ 31 "type":"string" 32 } 33 } 34 } 35 } 36 } 37 } 38 } 39 } 40 }, 41 "servers":[ 42 { 43 "url":"https://portal.vacd.biz/api/v1" 44 } 45 ], 46 "components":{ 47 "securitySchemes":{ 48 "bearerAuth":{ 49 "type":"http", 50 "scheme":"bearer" 51 } 52 }, 53 "schemas":{ 54 } 55 } 56 }