You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Authorization is required if the trackback status is "unpublished". If the trackback status is "published", then this method can be called without authorization.
Request
HTTP Request
This method accepts GET only.
GET https://your-host/your-mt-api.cgi/v1/sites/{blog_id}/trackbacks/{trackback_id}
Parameters
Method Parameters
Parameter
Type
Description
blog_id
unsigned integer
The blog ID.
trackback_id
unsigned integer
The trackback ID.
Query Parameters
Not available.
Request Body
Do not supply a request body.
Response
If successful, this method will return an Trackbacks resource as the response body.
Status Code
Code
Description
200
no error
403
Do not have permission to retrieve the requested trackback.