We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Get authorization URL.
String: Authorization URL
var api = new DataAPI({ baseUrl: "https://your-host/your-mt-api.cgi", clientId: "your-client-id" }); // "https://your-host/your-mt-api.cgi/v1/authorization/?clientId=your-client-id&redirectUrl=https://your-host/your-app/" var url = api.getAuthorizationUrl("https://your-host/your-app/"));