Site auth
Manage the authentication needed for publishing your site.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired
The unique id of the organization
siteIdstringRequired
The unique id of the site
Responses
200
OK
application/json
400
Bad Request
application/json
get
/orgs/{organizationId}/sites/{siteId}/publishing/authAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired
The unique id of the organization
siteIdstringRequired
The unique id of the site
Body
anyOptional
or
Responses
200
OK
application/json
400
Bad Request
application/json
patch
/orgs/{organizationId}/sites/{siteId}/publishing/authAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired
The unique id of the organization
siteIdstringRequired
The unique id of the site
Responses
200
OK
application/json
400
Bad Request
application/json
post
/orgs/{organizationId}/sites/{siteId}/publishing/auth/regenerateLast updated
Was this helpful?