cURL
curl --request POST \ --url https://api.vistaly.com/beta/cards \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "cardTitle": "Improve customer onboarding", "cardDetails": "We need to streamline the onboarding process to reduce drop-off rates", "cardType": "assumption", "parentId": "<string>", "parentType": "backlog" }'
{ "cardId": "<string>", "cardUrl": "<string>", "message": "Card created successfully" }
Create a new card in your organization
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Card created successfully
The response is of type object.
object