Create program (async)

Create a program asynchronously.

For more information about programs, refer to Core objects.

This endpoint creates a program asynchronously; meaning, your app can continue executing during this. It could take 2 minutes or more for the platform to finish creating the program. Alternatively, you can use the Create program endpoint, which executes synchronously and throws an error if the program cannot be created.

This endpoint generates a Program created event. Given that creation is done asynchronously, it is recommended you do not try to access the program object via Pismo endpoints until this event is received.

To get your Organization's programs, call the List programs endpoint, or view them in the Pismo Control Center.

Language
Credentials
Bearer
Click Try It! to start a request and see the response here!