Get Authorization Url

Get
/employers/{employerId}/external-data/{id}/authorize

For ExternalDataProviders with an AuthScheme of OAuth1 or OAuth2.
Returns a Url to redirect a user to in order to start the authorization process with the given ExternalDataProvider.
Our API handles the response from the OAuth provider and processes it to obtain a token.
The user is then sent to the URL specified.

Store values

Parameters

string
The Id of the Employer.
string
The Id of the ExternalDataProvider you want to authorize with.
string
The URL to send the user to once the process is complete. (optional)
Try it

Possible Responses

200 Success string application/json