https://actor.s7risk.com
The Actor API provides information about organisations and individuals.
Get all actors
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
| Name | Type | Required | Description |
|---|---|---|---|
Authorization | string | ✔️ | 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
Feedback sent
We appreciate your effort and will try to fix the article