PUT
requestAppAuthorizationUsingPUT
NOTE: The old subscription pre 3.11 USGHISTORICAL/USGREALTIME, CONVERSATIONDYNAMICHISTORICAL/CONVERSATIONDYNAMICREALTIME ,ASSETSHISTORICAL/ASSETSREALTIME, ACOUSTICHISTORICAL/ACOUSTICREALTIME have been merged to CALLHISTORICAL/CALLREALTIME, ASSETHISTORICAL/ASSETREALTIME, HEALTHHISTORICAL/HEALTHREALTIME for 3.11 release suite changes. Authorization requests with older subscription names will still work converting internally within the API to translate to newer subscriptions. For newer apps in development, we recommend using the newer subscription names.
Old Subscription | New Subscription |
USGHISTORICAL | CALLHISTORICAL |
USGREALTIME | CALLREALTIME |
ASSETSHISTORICAL | ASSETHISTORICAL |
ASSETSREALTIME | ASSETREALTIME |
CONVERSATIONDYNAMICHISTORICAL | CALLHISTORICAL |
CONVERSATIONDYNAMICREALTIME | CALLREALTIME |
ACOUSTICHISTORICAL | HEALTHHISTORICAL |
ACOUSTICREALTIME | HEALTHREALTIME |
Resource URL
https://oda-sandbox.plantronicsmanager.com /partner/app/{appId}/authrequests
Query Parameters
Name | Values | Description |
---|---|---|
tenantApiCode
(required) |
Tenant id for the tenant to request authorization for application |
|
subscription
(required) |
App requested data set subscriptions need for the App to deliver its functionality with PM pro. |
Header Parameters
Name | Values | Description |
---|---|---|
apikey
(required) |
Key to access this api. |
|
appId
(required) |
Unique Id for the App |
Request Body
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Response Error Details
-
HTTP CodeError CodeDescription
-
400
Generic malformed request.
-
422
One or more of the required parameters not found in the request URI.
-
401
Unauthorized
-
500
Internal server error.
-
403
Unauthorized token error.
-
404
No resource found for the path
Resource Summary |
|
Security |
|
Content Type |
application/json |
Name | Type | Description |
---|
Name | Type | Description |
---|
Working...