Overview
The Proxy API allows you to make requests to provider APIs with your integration user’s credentials. You provide a Strata user JWT token and the API request parameters. We inject the user’s credentials and forward the request to the service provider.Making Proxy API requests
The Strata Proxy API base URL is:- Start with the Strata Proxy API base URL
- Append the service provider’s API path:
/<api_path>
- Add query parameters if necessary
- Add a request body if necessary
- Add a Bearer
Authorization
header with a signed user JWT token - Add a
Content-Type
header for the content you’re expecting back from the service provider - Make the request with the HTTP method you want to invoke on the service provider’s API