Skip to main content
GET
/
entities
Get Entities
curl --request GET \
  --url https://api.geogen.io/v1/entities \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "target": "<string>",
      "targetType": "url",
      "description": "<string>",
      "faviconUrl": "<string>",
      "language": "<string>",
      "geolocation": "<string>",
      "isActive": true
    }
  ],
  "count": 123
}

Authorizations

Authorization
string
header
required

API key authentication. Format: Bearer wsk_your_api_key

Response

Successful response

success
boolean
data
object[]
count
number