Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 389 Bytes

File metadata and controls

39 lines (22 loc) · 389 Bytes

Zen

GET /zen

Description

Returns an IT Joke. This endpoint is used to test the connectivity of the API.

Parameters

None

Return format

A JSON Object filled with:

  • joke — The joke

Errors

None

Example

Request

    GET /api/v1/zen
    

Return

    {
        "joke": "Waiting for the joke. It' comming ...."
    }