GET
/
admin
/
api
/
v1
/
SubClient
/
{id}
Get Registered Client
curl --request GET \
  --url https://dashboard-api.meshconnect.com/admin/api/v1/SubClient/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok",
  "message": "<string>",
  "displayMessage": "<string>",
  "errorHash": "<string>",
  "errorType": "<string>",
  "errorData": "<any>",
  "content": {
    "businessLegalName": "<string>",
    "displayName": "<string>",
    "callbackUrls": [
      "<string>"
    ],
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "logoUrl": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Authorization header using the Bearer scheme. Example: "Authorization: Bearer {Value}"

Path Parameters

id
string<uuid>
required

Response

200 - application/json

OK

The response is of type object.