Skip to main content
GET
/
pwa
/
v3
/
projects
Getall
curl --request GET \
  --url https://management.stytch.com/pwa/v3/projects \
  --header 'Authorization: Basic <encoded-value>'
{
  "request_id": "<string>",
  "projects": [
    {
      "project_slug": "<string>",
      "name": "<string>",
      "vertical": "ALL",
      "created_at": "<string>"
    }
  ],
  "status_code": 123
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

Successful response

Response type

request_id
string
required
projects
object[]
required
status_code
integer<int32>
required