GET /micropub?q=config
Authorization: Bearer xxxxxxxxx
Accept: application/json
HTTP/1.1 200 OK
Content-type: application/json
{
"media-endpoint": "https://media.example.com/micropub",
"destination": [
{
"uid": "https://mysite.example.com/",
"name": "mysite.example.com"
},
{
"uid": "https://othersite.example.com/",
"name": "My Other Site"
}
]
}
POST /micropub
Authorization: Bearer xxxxxxxxx
mp-destination=https://mysite.example.com/&content=Hello%20world.