AuthTeamDomains
Add Team domain
Add a domain to the Team
Authorization
Bearer AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Path Parameters
team_id*Team Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/v3/team/string/domains" \ -H "Content-Type: application/json" \ -d '{ "domain": "string" }'{ "id": 0, "domain": "string", "verified": true, "verified_at": "2019-08-24T14:15:22Z", "verified_by": "string"}How is this guide?
Last updated on