post https://api-sandbox.pismolabs.io/programs/v1/programs/template
Create a program. For more information about programs, refer to Core objects.
This endpoint executes synchronously, so all steps are executed in sequence and the response is sent only after the completion of the last step. Because of this, there is a possiblity that the calling program could be held up by a network timeout. If you want to avoid that possibility, you can use the Create program (async) endpoint, instead. Be aware, however, that this endpoint does not generate an event to let you know whether or not the program was successfully created. To if a program exists, call the List programs endpoint, or search for the program in the Pismo Control Center.