AuthTeamDomains
List Team domains
List domains configured for 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
Response Body
application/json
curl -X GET "https://example.com/v3/team/string/domains"[ { "id": 0, "domain": "string", "verified": true, "verified_at": "2019-08-24T14:15:22Z", "verified_by": "string" }]How is this guide?
Last updated on