Path Parameters
Response
default - application/json
curl --request GET \
--url https://api.op.xyz/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.op.xyz/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"
}