Hi,
i want to consume a REST service via APEX_WEB_SERVICE.make_rest_request with Bearer token authentication. Accordingly to the documentation of the APEX_WEB_SERVICE API I need a username/password for the authentication. How is it possible to work with a Bearer token instead of username/password for the authentication?
Here is the accordingly curl statement:
curl <URL> -H "Authorization: <Bearer token>"
Many thanks in advance.
Best regards,
Martin