cURL
curl --request GET \ --url https://api.gocobalt.io/api/v2/public/linked-account \ --header 'x-api-key: <api-key>'
{ "docs": [ { "associated_org": "63dba3b4d9c4be8f0f3f5e8f", "account_id": "1234567893", "environment": "test", "name": "Charizard8", } ], "totalDocs": 1, "limit": 10, "totalPages": 1, "page": 1, "pagingCounter": 1, "hasPrevPage": false, "hasNextPage": false, "prevPage": null, "nextPage": null }
Hide properties