cURL
curl --request GET \ --url https://api.example.com/api/core/google_drive/service_account_email \ --header 'Authorization: Bearer <token>'
{ "value": "<string>" }
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?