Add a domain to the project by passing its domain name and by specifying the project by either passing the project id or name in the URL. If the domain is not yet verified to be used on this project, the request will return verified = false, and the domain will need to be verified according to the verification challenge via POST /projects/:idOrName/domains/:domain/verify. If the domain already exists on the project, the request will fail with a 400 status code.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique project identifier or the project name
"prj_LLHUOMOoDlqOp8wPE4kFo9pE or my-project-name"
The Team identifier or Team slug to perform the request on behalf of.
"team_xbtegd63gdg5636gdg"
The domain was successfully added to the project
Status code for domain redirect
301, 302, 307, 308 302