memμrondocs
Console
API REFERENCE

Get picker config

Return the short-lived credentials a browser needs to open the provider's file picker.

Requires authentication — a Bearer token or X-Memuron-Actor-Id header.

Path parameters

connection_idstringrequired

The oauth_token is minted per request and grants only the drive.file scope. Use it to open the Google Picker client-side, then post the result to the selection endpoint.
GET/memuron/connectors/{connection_id}/picker
curl https://api.memuron.com/memuron/connectors/{connection_id}/picker
200 OK
{
  "client_id": "…apps.googleusercontent.com",
  "app_id": "1234567890",
  "api_key": "…",
  "oauth_token": "ya29.…",
  "scopes": ["https://www.googleapis.com/auth/drive.file"]
}