data api authentication authorization - movabletype/Documentation GitHub Wiki
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: ...