cURL
curl --request GET \ --url https://dashboard-api.meshconnect.com/admin/api/v1/SubClient \ --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>" } ] }
Authorization header using the Bearer scheme. Example: "Authorization: Bearer {Value}"
OK
The response is of type object.
object
Was this page helpful?