cURL
curl --request GET \ --url https://api.pocketflows.com/project \ --header 'Authorization: Basic <encoded-value>'
{ "new_email_editor_ff": true, "unlayer_email_editor_ff": true }
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
A Project object
Project
The response is of type object.
object