-
Notifications
You must be signed in to change notification settings - Fork 9
Data api authentication authorization
Yuji Takayama edited this page Jul 10, 2013
·
1 revision
Return authorization(login) form as HTML.
This method accepts GET only.
GET https://your-host/your-mt-api.cgi/v1/authorization
Not available.
| Parameter | Type | Description |
|---|---|---|
| redirectUrl | string | This is required. When you succeed in login, you are redirected to the redirectUrl with "#_login". |
| clientId | string | This is required. the client ID of the application. |
Do not supply a request body.
authorization(login) form as HTML.
| Code | Description |
|---|---|
| 200 | no error |
POST /mt-api.cgi/v1/authorization
Host: www.example.com
HTTP/1.0 200 OK
Content-Type: application/json
Content-length: ...