rhythmic-barista-43123
01/02/2023, 3:05 PMhigh-optician-2097
rhythmic-barista-43123
01/02/2023, 3:50 PMGet a Project
with my PAT...
"error": {
"code": 404,
"status": "Not Found",
"request": "2e2edd72-REDACTED",
"message": "Requested url does not match any rules"
}
Is there any way to get error logs?high-optician-2097
fetch('<https://api.console.ory.sh/projects/><id>', {method:'delete'}).then((res) => ...)
(WARNING: PSEUDO CODE) or use the ory cli ory auth login
and cat ~/.ory-cloud.json
and use the session token from there in postman:
<https://api.console.ory.sh/projects/><id>
Authorization: Bearer <the-token>
rhythmic-barista-43123
01/02/2023, 3:57 PMhigh-optician-2097