latestOpenAPI 3.1.0MIT2026-08-103050171.2 KB

ebcbb377ee0f

Cover pages

Add cover page

Add a cover page to your service

post/services/{id}/coverPages

Request body

idstring ulid

ID of the cover page

namestring required

The friendly name of the cover page.

projectIdstring

The Id of the project associated with the call.

serviceIdstring

ID of the fax service used.

createdTimestring date-time

The date and time the cover page was created.

updatedTimestring date-time

The date and time the cover page was updated.

Example request

{
  "name": "Acme Company cover page",
  "projectId": "ae00f005-e392-44dc-b3f5-a657a2684dg3",
  "serviceId": "01GVRB50KEQFFE1SGMPFRNBG6J"
}

Response

The added coverpage, or an Error

idstring ulid

ID of the cover page

namestring required

The friendly name of the cover page.

projectIdstring

The Id of the project associated with the call.

serviceIdstring

ID of the fax service used.

createdTimestring date-time

The date and time the cover page was created.

updatedTimestring date-time

The date and time the cover page was updated.

Example response

{
  "name": "Acme Company cover page",
  "projectId": "ae00f005-e392-44dc-b3f5-a657a2684dg3",
  "serviceId": "01GVRB50KEQFFE1SGMPFRNBG6J"
}