POST https://api.sorryapp.com/v1/pages/:page_id/components
Example Request
curl -X POST https://api.sorryapp.com/v1/pages/:page_id/components \
-d name="Artemis Voyage" \
-d description="A mission to send humans back to the Moon" \
-H "Authorization: Bearer 129spul0wcxabrfsnscn6lwrledmp2afbuaxgt1w42s74xds70fgln85e4s3"
Example Response
{
"response": {
"id": 46122,
"state": "operational",
"name": "Artemis Voyage",
"description": "A mission to send humans back to the Moon",
"position": 15,
"parent_id": null,
"created_at": "2022-12-02T11:11:48.707Z",
"updated_at": "2022-12-02T11:11:48.707Z"
}
}