RocketKOR

Unsuspend a Scheduled Transaction

Unsuspend a scheduled transaction. Any scheduled one-time or recurring transactions will resume once the scheduled transaction is unsuspended.

Endpoint

POST /v1/scheduled-transactions/{scheduledTransactionId}/unsuspend

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

scheduledTransactionId  REQUIRED

string (UUID)

ID of the scheduled transaction in the RocketKOR system.

Request Body

None

Returns

If successful, returns 200 Scheduled transaction was resumed.

SAMPLE RESPONSE

				
					{
  200 Scheduled transaction was resumed
}