Get test image
GET /test_image
This endpoint returns a dummy image in .png format. It is used internally
by web applications across Onedata to check connectivity with certain services.
This endpoint does not require authentication.
Responses
application/json
200
Test image.
500
Internal server Error.
| Property | Type & Description |
|---|---|
error string Identifier representing internal error code. | |
error_description string Detailed error message. | |
Example
application/json
{
"error": "invalid_token",
"error_description": "Provided token could not be validated."
}