-
requestId string Required
-
type string Required
Type of the element. Can be docs, text and pages.
Values are
docs
,text
, orpages
. -
name string
Name of the text block. This name is not displayed on the portal, it's only used in your own interface. Default is Text block.
Default value is
Text block
. -
order integer
Order of the element on the portal. Order should be an integer and starts at 0.
Minimum value is
0
. -
text string
A string containing the HTML that you want to display.
Basic auth (http)
Collect uses API keys to allow access to the API. You can retrieve your Collect API key at the bottom of your profile page.
You need to add the Authorization header using the Basic authentication type. username:password
where the username is always empty and the password is the API key.
Don't forget to add the semicolon ( : ) before your API key in curl command.