curl --request GET \
--url https://api.other.page/v1/connect/client/{clientId}
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"logoId": "<string>",
"type": "web",
"termsUrl": "<string>",
"privacyUrl": "<string>",
"creatorId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
curl --request GET \
--url https://api.other.page/v1/connect/client/{clientId}
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"logoId": "<string>",
"type": "web",
"termsUrl": "<string>",
"privacyUrl": "<string>",
"creatorId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
The response is of type object
.