GET
/
v1
/
sharing
/
code
/
{code}
curl --request GET \
  --url https://api.supernotes.app/v1/sharing/code/{code}
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "card_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "code": "<string>",
  "granted_perms": -1,
  "card": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "html": "<string>",
    "color": "blue",
    "icon": "<string>",
    "tags": [
      "<string>"
    ],
    "owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "created_when": "2023-11-07T05:31:56Z",
    "modified_when": "2023-11-07T05:31:56Z",
    "owner": {
      "first_name": "<string>",
      "last_name": "<string>"
    },
    "trusted": true,
    "likes": 123,
    "comment_count": 123,
    "public_child_count": 123
  }
}

Path Parameters

code
string
required

Response

200 - application/json
id
string
required
card_id
string
required
owner_id
string
required
code
string
required
granted_perms
enum<integer>
required
Available options:
-1,
0,
1318,
1382,
1398,
4094,
8190
card
object
required