v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

List Registered Links

get/registered-links/

Query parameters

client_idstring

Response

200

countinteger
{"stackTrail":"paths:/registered-links/:get:responses:200:content:application/json:schema:properties:next","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/registered-links/:get:responses:200:content:application/json:schema:properties:previous","oasType":"schema","type":"unknown"}

Example response

{
  "count": 2,
  "results": [
    {
      "id": "dc855482-03e7-4b20-8d0b-daa020d6dc4d",
      "name": "new link",
      "description": "some description",
      "link_url": "http://newlink.com",
      "client_id": "FVQI5U57tfCyDV99YjhF3ExdlpiObg5JASvy81Mu"
    }
  ]
}