API Reference/Management/Third Party Apps GET/v1/mgmt/thirdparty/apps/loadSendHeadersAuthorizationAuthorizationRequiredBearer <token>< Project ID >:< Management Key > as bearerIn: headercURLJavaScriptGoPythoncurl -X GET "https://api.descope.com/v1/mgmt/thirdparty/apps/load" \ -H "Authorization: Bearer <token>"200OKResponse{ "apps": [ { "id": "string", "name": "string", "description": "string", "clientId": "string", "logo": "string", "loginPageUrl": "string", "approvedCallbackUrls": [ "string" ], "permissionsScopes": [ { "name": "string", "description": "string", "optional": true, "values": [ "string" ] } ], "attributesScopes": [ { "name": "string", "description": "string", "optional": true, "values": [ "string" ] } ] } ] }TypeScript Was this helpful?NextSearch third party applications consents POSTNextLoad third party application by ID GET