Skip to main content
GET
/
agents
List agent groups
curl --request GET \
  --url https://api.mindcase.co/api/v1/agents \
  --header 'Authorization: Bearer <token>'
{
  "groups": [
    "instagram",
    "linkedin",
    "youtube",
    "google-maps",
    "twitter",
    "myntra"
  ]
}

Authorizations

Authorization
string
header
required

API key in the format mk_live_...

Response

List of agent group names

groups
string[]
required
Example:
[
  "instagram",
  "linkedin",
  "youtube",
  "google-maps",
  "twitter",
  "myntra"
]