Skip to main content

Get client

GET 

/clients/:id

JSON-RPC

clients.get

Request​

Path Parameters

    id integerrequired

    Client ID.

Query Parameters

    template boolean

    Flag to render client template. If True, then returned details will inherit data from the client template if used.

    Default value: false

Responses​

Client object.

Schema
    objectobject

Authorization: X-Api-Key

name: X-Api-Keytype: apiKeyin: headerdescription: Token for API access
curl -L 'https://docs.jerasoft.net/clients/:id' \
-H 'Accept: application/json' \
-H 'X-Api-Key: <X-Api-Key>'
Request Collapse all
Auth
Parameters
— pathrequired
— query