Create a Domain
Create a new file serving Domain under your account.
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
{
"name": "Testing",
"domain": "testing.getafile.online",
"google_analytics_id_consent": 0,
"user_id": 1,
"team_id": "8",
"active": 1,
"created_at": "2024-04-18T13:43:55.088+10:00",
"updated_at": "2024-04-18T13:43:55.089+10:00",
"id": 1,
"domaincustom": [
{
"id": 1,
"domain_id": 1,
"custom_domain": "test.example.com",
"resolved": 0,
"setup": 0
}
],
"logo_uri": null,
"favicon_uri": null
}Example Request
Last updated
Was this helpful?