Generate Organization Domain Validation
Generate a new file to be able to verify your domain with DNS or HTTP challenge.
Required permission:
org.write
Path Parameters
OrganizationID is the unique identifier of the organization for which the domain validation is to be generated.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://loading/v2/organizations/string/domains/validation/generate" \ -H "Content-Type: application/json" \ -d '{ "domain": "string" }'{
"token": "string",
"url": "string"
}Was this page helpful?
Delete Organization Metadata
Delete Organization Metadata: Delete metadata objects from an organization with a specific key. Required permission:
List Organization Domains
List Organization Domains: Returns the list of registered domains of an organization. The domains are used to identify to which organization a user belongs. Required permission: