Authorize Wordpress
Start WordPress OAuth flow
Parameters:
- instance_id: Identifier for the instance requesting authorization
- client_id: Optional client ID for white labeling
- scope: Optional scopes to request (comma-separated)
- redirect_url: Optional URL to redirect to after authorization completes
GET
Query Parameters
Unique identifier for the client instance requesting authorization
Client ID for white labeling, if not provided will use default credentials
Optional OAuth scopes to request (comma-separated string)
Optional URL to redirect to after authorization completes
Response
200
application/json
Successful Response
The response is of type any
.