JetPatch API requests are standard HTTPS requests (GET, DELETE, POST, or PUT). All API requests must include authentication headers. Requests have parameters and message body content only as specified for each request.
API responses include:
- A response code
- An ETag, in case of a returned task or management service instance
- Headers:
- content-length
- content-type
- In the message body: One or more JSON objects
Here's an example demonstrating how to utilize the Postman application for an API GET request. Ensure that authentication is configured as Digest-Auth, with the username set to "username" in Jetpatch and the password set to the API key generated on the User > Permissions page.
Comments
0 comments
Please sign in to leave a comment.