Get available state transitions
curl --request GET \
--url http://localhost:4000/api/v1/transitions \
--header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The response is of type object.
Last modified on March 31, 2026