cURL
curl --request POST \ --url https://management.stytch.com/pwa/v3/projects \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "vertical": "ALL", "project_slug": "<string>" } '
{ "request_id": "<string>", "project": { "project_slug": "<string>", "name": "<string>", "vertical": "ALL", "created_at": "<string>" }, "status_code": 123 }
Create creates a project, including both a live and test environment.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Request type
ALL
CONSUMER
B2B
Successful response
Response type
Show child attributes