Skip to main content
GET
/
api-tokens
Tokens
curl --request GET \
  --url https://ds.cominty.com/api-tokens \
  --header 'x-cominty-token: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "created_at": "2023-11-07T05:31:56Z",
    "name": "<string>",
    "created_by": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.cominty.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-cominty-token
string
header
required

Your Cominty API token.

Response

200 - application/json

Successful Response

id
string<uuid>
required
created_at
string<date-time>
required
name
string
required
created_by
string
required