Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -H "Authorization: Bearer sk_workspace_test_..." \ "https://sandbox.api.hopae.com/connect/v1/apps/abc123/redirect-uris"
{ "redirectUris": [ "https://app.example.com/callback" ] }
Retrieve the redirect URIs configured for an app.
Bearer <API_KEY>