[GET] Get actor by ID

Modified on Tue, 11 Feb at 3:41 AM

https://actor.s7risk.com

The Actor API provides information about organisations and individuals.

GET /actorGet all actors

GET /actor/{{ID}}Get actor by ID

This endpoint gets a requested individual.

HTTP Request

curl -X GET 'https://actor.s7risk.com/actor/{{ID}}' \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer {{YOUR_AUTHENTICATION_TOKEN}}' \
  --compressed

Headers

NameTypeRequiredDescription
Authorizationstring✔️Your authentication token (see the Auth API section for more information)

HTTP Response

{
    "status": "success",
    "data": {
        "actor": {
            "id": "9cd667d3-27f6-45b9-9e13-8470fe343b37",
            "name": "Animal Rebellion",
            "type": "GROUP",
            "status": "APPROVED",
            "profile": "Animal Rebellion is an animal and climate justice movement with the stated aim of using nonviolent civil disobedience to compel government action towards a plant-based food system. The group conducts direct action protest and attempts to cause disruption in order to highlight their cause.",
            "createdAt": 1622130242,
            "updatedAt": 1622130242
        }
    }
}

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article