Custom Domains
Custom domain management endpoints
POST /api/v1/custom-domain/
Bearer token for authentication. Format: Bearer
Organization ID - required for all API requests to scope data to your organization
1234567890Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304anyanyOK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
GET /api/v1/custom-domain/verify/{id}
Bearer token for authentication. Format: Bearer
Path parameter: id
Organization ID - required for all API requests to scope data to your organization
1234567890Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304OK
Unauthorized
Forbidden
Not Found
Internal Server Error
DELETE /api/v1/custom-domain/{id}
Bearer token for authentication. Format: Bearer
Path parameter: id
Organization ID - required for all API requests to scope data to your organization
1234567890Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
POST /api/v1/managed-app-custom-domain/
Bearer token for authentication. Format: Bearer
Organization ID - required for all API requests to scope data to your organization
1234567890Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
GET /api/v1/managed-app-custom-domain/verify/{id}
Bearer token for authentication. Format: Bearer
Path parameter: id
Organization ID - required for all API requests to scope data to your organization
1234567890Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304OK
Unauthorized
Forbidden
Not Found
Internal Server Error
GET /api/v1/managed-app-custom-domain/managed-app/{id}
Bearer token for authentication. Format: Bearer
Path parameter: id
Organization ID - required for all API requests to scope data to your organization
1234567890Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304OK
Unauthorized
Forbidden
Not Found
Internal Server Error
DELETE /api/v1/managed-app-custom-domain/{id}
Bearer token for authentication. Format: Bearer
Path parameter: id
Organization ID - required for all API requests to scope data to your organization
1234567890Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
Last updated