Custom Domains
Custom domain management endpoints
POST /api/v1/custom-domain/
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
any
any
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
POST /api/v1/custom-domain/ HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Content-Type: application/json
Accept: */*
Content-Length: 29
{
"slug": "any",
"length": "any"
}
{}
GET /api/v1/custom-domain/verify/{id}
Path parameter: id
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
OK
Unauthorized
Forbidden
Not Found
Internal Server Error
GET /api/v1/custom-domain/verify/{id} HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Accept: */*
{}
DELETE /api/v1/custom-domain/{id}
Path parameter: id
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
DELETE /api/v1/custom-domain/{id} HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Accept: */*
{}
POST /api/v1/managed-app-custom-domain/
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
POST /api/v1/managed-app-custom-domain/ HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Accept: */*
{}
GET /api/v1/managed-app-custom-domain/verify/{id}
Path parameter: id
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
OK
Unauthorized
Forbidden
Not Found
Internal Server Error
GET /api/v1/managed-app-custom-domain/verify/{id} HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Accept: */*
{}
GET /api/v1/managed-app-custom-domain/managed-app/{id}
Path parameter: id
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
OK
Unauthorized
Forbidden
Not Found
Internal Server Error
GET /api/v1/managed-app-custom-domain/managed-app/{id} HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Accept: */*
{}
DELETE /api/v1/managed-app-custom-domain/{id}
Path parameter: id
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
DELETE /api/v1/managed-app-custom-domain/{id} HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Accept: */*
{}