Skip to main content
GET
/
api
/
orgs
/
{id}
/
initiatives
/
{initiativeId}
/
targets
/
{targetId}
Get initiative target
curl --request GET \
  --url https://atollhq.com/api/orgs/{id}/initiatives/{initiativeId}/targets/{targetId} \
  --header 'Authorization: Bearer <token>'
{
  "target": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

id identifier

initiativeId
string
required

initiativeId identifier

targetId
string
required

targetId identifier

Response

200 - application/json

Success

target
object