Clients

Get App Details

GET
/clients/{clientId}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

clientId*string
clientId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/clients/string"
{  "clientId": "string",  "name": "string",  "secret": "string",  "redirectUri": "http://example.com",  "createTime": "2019-08-24T14:15:22Z"}
{  "message": "string",  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  }}
{  "message": "string",  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  }}
{  "message": "string",  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  }}
{  "message": "string",  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  }}