domains resource endpoint
URL: /domains/<id>.<format>
Supported Methods
| GET | Get basic information about the selected domain. |
Resource Type
This endpoint returns an object of type Domain.
- domain (string)
- The domain that this object describes.
- owner (User)
- The user that owns this domain in TypePad.
Client Library Methods for PHP
- Get basic information about the selected domain.
$tp->domains->get(array( # Required Parameters "id" => $id, ))
Action Endpoints
This endpoint has the following action endpoints:
| resolve-path | Given a URI path, find the blog and asset, if any, that the path matches. |