Authentication
ExpertFile expects an access token to be included in all API requests to the server in a header that looks like the following:
Last updated
ExpertFile expects an access token to be included in all API requests to the server in a header that looks like the following:
Last updated
POST
https://public-api.expertfile.com/oauth/token
You can find your Client ID and Client Secret in Settings->Integrations inside ExpertFile dashboard. The url is: https://expertfile.com/dashboard/settings/integrations.
Good to know: You'll be required to sign all requests for data using the token received in this response. Tokens are valid for 30 days, so you may want to store the token for reuse and avoid making repeat calls for a new token.