Skip to main content
POST
/
api
/
orgs
/
{id}
/
initiatives
/
{initiativeId}
/
targets
Create initiative target
curl --request POST \
  --url https://atollhq.com/api/orgs/{id}/initiatives/{initiativeId}/targets \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "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

Body

application/json

The body is of type object.

Response

201 - application/json

Created

target
object