cURL
curl --request GET \ --url https://api.pocketflows.com/project \ --header 'Authorization: Basic <encoded-value>'
{ "mms_sms_template_embed": true, "account_slug": "<string>", "disabled_internal_events": [ "<string>" ] }
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
Whether MMS SMS template embeds are enabled
The slug of the account
The disabled internal events