https://open-api.morph.ai/v1/content-type: application/json header to be specified for all such requests. The API will always respond with a JSON object.ping endpoint to check whether the API is up & running or not.| Code | Description |
|---|---|
| 200 | For all the successful requests |
| 401 | When the Authorization header is missing or the provided token is wrong |
| 400 | Something malformed in your header or request body |
| 404 | The requested path is not found |
| 500 | In case of any unexpected error. Contact support with the RefId provided in the error response. |
For each API request, include this HTTP header: Authorization with the value {access_token}. For example:
Authorization: YOUR-ACCESS-TOKEN