Best Practices for Invoking REST Endpoints

Follow these best practices for invoking REST endpoints with the REST Adapter.

  • If you receive errors (for example, 401, 429, or 50x errors) while invoking REST endpoints with the REST Adapter, ensure that you employ instance retries.
  • Client applications should cache the token while invoking OAuth-protected REST endpoints.