Hey, I've signed up to Orion Cloud to continue my ...
# prefect-community
d
Hey, I've signed up to Orion Cloud to continue my investigation of Prefect for my engineering team. I deployed a simple flow and am just trying to run the flow via a simple API request:
Copy code
POST <https://api-beta.prefect.io/api/accounts/123/workspaces/456/deployments/789/create_flow_run>

PAYLOAD
{
    "state": {
        "type": "SCHEDULED",
        "message": "Quick run through UI"
    }
}

Headers {Authorization: Bearer api_key}
Getting a
SSL Error: Certificate has expired
. Any ideas?
k
I’ll need to ask some team members about this
We haven’t been able to replicate. Does it persist for you?
d
Looks like its no longer persisting, thanks anyway!