List OAuth Clients

List all OAuth clients for the authenticated partner

Request
Security:
Responses
200

List of OAuth clients retrieved successfully

400

Bad request error

401

Unauthorized error

403

Forbidden error

500

Internal server error

get/oauth/clients
Request samples
curl -i -X GET \
  https://api-prod.surfsight.net/v2/oauth/clients \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
{
  • "data": [
    ],
  • "metadata": {
    },
  • "requestId": "06327cae-e075-42ca-b620-c5cfdd3b4e37"
}