Download the PHP package zernio-dev/zernio-php without Composer

On this page you can find all versions of the php package zernio-dev/zernio-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package zernio-php

Zernio

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api

Versioning and deprecation: all endpoints are versioned in the URL path (current version: /v1). Breaking changes only ship in a new path version; existing versions keep working. Deprecated operations are marked 'deprecated: true' in this spec and announced in the changelog (https://zernio.com/changelog) before removal.

Errors: every 4xx/5xx response is application/json with a machine-readable 'code' and a human-readable 'error' message (see the ErrorResponse schema).

For more information, please visit https://zernio.com.

Installation

Requirements

PHP 8.1 and later.

Composer

Use the Zernio\ namespace. The legacy Late\ namespace is auto-aliased on load for backwards compatibility.

Getting Started

Please follow the installation procedure and then run the following:

API Endpoints

All URIs are relative to https://zernio.com/api

Class Method HTTP request Description
APIKeysApi createApiKey POST /v1/api-keys Create key
APIKeysApi deleteApiKey DELETE /v1/api-keys/{keyId} Delete key
APIKeysApi listApiKeys GET /v1/api-keys List keys
APIKeysApi verifyCredential GET /v1/auth/verify Verify credential
AccountGroupsApi createAccountGroup POST /v1/account-groups Create group
AccountGroupsApi deleteAccountGroup DELETE /v1/account-groups/{groupId} Delete group
AccountGroupsApi listAccountGroups GET /v1/account-groups List groups
AccountGroupsApi updateAccountGroup PUT /v1/account-groups/{groupId} Update group
AccountSettingsApi deleteInstagramIceBreakers DELETE /v1/accounts/{accountId}/instagram-ice-breakers Delete IG ice breakers
AccountSettingsApi deleteMessengerMenu DELETE /v1/accounts/{accountId}/messenger-menu Delete FB persistent menu
AccountSettingsApi deleteTelegramCommands DELETE /v1/accounts/{accountId}/telegram-commands Delete TG bot commands
AccountSettingsApi getInstagramIceBreakers GET /v1/accounts/{accountId}/instagram-ice-breakers Get IG ice breakers
AccountSettingsApi getMessengerMenu GET /v1/accounts/{accountId}/messenger-menu Get FB persistent menu
AccountSettingsApi getTelegramCommands GET /v1/accounts/{accountId}/telegram-commands Get TG bot commands
AccountSettingsApi setInstagramIceBreakers PUT /v1/accounts/{accountId}/instagram-ice-breakers Set IG ice breakers
AccountSettingsApi setMessengerMenu PUT /v1/accounts/{accountId}/messenger-menu Set FB persistent menu
AccountSettingsApi setTelegramCommands PUT /v1/accounts/{accountId}/telegram-commands Set TG bot commands
AccountsApi deleteAccount DELETE /v1/accounts/{accountId} Disconnect account
AccountsApi getAccountHealth GET /v1/accounts/{accountId}/health Check account health
AccountsApi getAccountPosts GET /v1/accounts/{accountId}/posts List posts published on the platform
AccountsApi getAllAccountsHealth GET /v1/accounts/health Check accounts health
AccountsApi getBlueskySettings GET /v1/accounts/{accountId}/bluesky-settings Get Bluesky account settings
AccountsApi getFollowerStats GET /v1/accounts/follower-stats Get follower stats
AccountsApi getInstagramFollowStatus GET /v1/accounts/{accountId}/follow-status/{userId} Check whether an Instagram user follows the account
AccountsApi getSlackSettings GET /v1/accounts/{accountId}/slack-settings Get Slack account settings
AccountsApi getTikTokCreatorInfo GET /v1/accounts/{accountId}/tiktok/creator-info Get TikTok creator info
AccountsApi listAccounts GET /v1/accounts List accounts
AccountsApi moveAccountToProfile PATCH /v1/accounts/{accountId} Move account to another profile
AccountsApi updateAccount PUT /v1/accounts/{accountId} Update account
AccountsApi updateBlueskySettings PATCH /v1/accounts/{accountId}/bluesky-settings Update Bluesky account settings
AccountsApi updateSlackSettings PATCH /v1/accounts/{accountId}/slack-settings Update Slack account settings
AdAccountsApi addAccountCallouts POST /v1/ads/accounts/callouts Add account-level callout extensions
AdAccountsApi createCustomConversion POST /v1/accounts/{accountId}/custom-conversions Create or reuse a custom conversion
AdAccountsApi createHighDemandPeriod POST /v1/ads/high-demand-periods Schedule a budget increase
AdAccountsApi createValueRuleSet POST /v1/ads/value-rule-sets Create a value rule set
AdAccountsApi deleteValueRuleSet DELETE /v1/ads/value-rule-sets/{valueRuleSetId} Delete a value rule set
AdAccountsApi getAdAccountFinance GET /v1/ads/accounts/finance Ad account finances
AdAccountsApi getAdComments GET /v1/ads/{adId}/comments List comments on an ad
AdAccountsApi getAdsActivityLog GET /v1/ads/activity Ad account change / audit log
AdAccountsApi getDsaDefaults GET /v1/ads/dsa-defaults Get ad account DSA defaults
AdAccountsApi getDsaRecommendations GET /v1/ads/dsa-recommendations List DSA beneficiary/payor suggestions
AdAccountsApi getValueRuleSet GET /v1/ads/value-rule-sets/{valueRuleSetId} Read a value rule set
AdAccountsApi listAccountCallouts GET /v1/ads/accounts/callouts List account-level callout extensions
AdAccountsApi listAdAccounts GET /v1/ads/accounts List ad accounts
AdAccountsApi listAdLabels GET /v1/ads/labels Ad labels
AdAccountsApi listAdStudies GET /v1/ads/studies A/B tests and lift studies
AdAccountsApi listAdsBusinessCenters GET /v1/ads/business-centers List TikTok Business Centers
AdAccountsApi listCustomConversions GET /v1/accounts/{accountId}/custom-conversions List custom conversions
AdAccountsApi listHighDemandPeriods GET /v1/ads/high-demand-periods High demand periods / budget schedules
AdAccountsApi listMetaBusinesses GET /v1/ads/businesses Businesses list
AdAccountsApi listValueRuleSets GET /v1/ads/value-rule-sets List value rule sets
AdAccountsApi removeAccountCallout DELETE /v1/ads/accounts/callouts Remove an account-level callout extension
AdAccountsApi updateAdAccount PATCH /v1/ads/accounts Update ad account settings
AdAccountsApi updateValueRuleSet PUT /v1/ads/value-rule-sets/{valueRuleSetId} Replace a value rule set
AdAudiencesApi addUsersToAdAudience POST /v1/ads/audiences/{audienceId}/users Add users to audience
AdAudiencesApi createAdAudience POST /v1/ads/audiences Create custom audience
AdAudiencesApi deleteAdAudience DELETE /v1/ads/audiences/{audienceId} Delete custom audience
AdAudiencesApi getAdAudience GET /v1/ads/audiences/{audienceId} Get audience details
AdAudiencesApi listAdAudiences GET /v1/ads/audiences List custom audiences
AdAudiencesApi replaceAdAudienceCompanies POST /v1/ads/audiences/{audienceId}/companies Replace audience companies
AdAudiencesApi updateAdAudience PUT /v1/ads/audiences/{audienceId} Update an audience
AdCampaignsApi addAdKeywords POST /v1/ads/keywords Add Search keywords to an ad group
AdCampaignsApi attachCampaignAssets POST /v1/ads/campaigns/{campaignId}/assets Attach extension assets to a Google Search campaign
AdCampaignsApi boostPost POST /v1/ads/boost Boost post as ad
AdCampaignsApi bulkUpdateAdCampaignStatus POST /v1/ads/campaigns/bulk-status Pause or resume many campaigns
AdCampaignsApi createAdCampaign POST /v1/ads/campaigns Create a standalone campaign
AdCampaignsApi createAdSet POST /v1/ads/ad-sets Create a standalone ad group
AdCampaignsApi createBidStrategy POST /v1/ads/bid-strategies Create a Google Ads portfolio bid strategy
AdCampaignsApi createStandaloneAd POST /v1/ads/create Create standalone ad
AdCampaignsApi deleteAd DELETE /v1/ads/{adId} Cancel an ad
AdCampaignsApi deleteAdCampaign DELETE /v1/ads/campaigns/{campaignId} Delete a campaign
AdCampaignsApi deleteAdSet DELETE /v1/ads/ad-sets/{adSetId} Delete an ad set
AdCampaignsApi duplicateAd POST /v1/ads/{adId}/duplicate Duplicate an ad
AdCampaignsApi duplicateAdCampaign POST /v1/ads/campaigns/{campaignId}/duplicate Duplicate a campaign
AdCampaignsApi duplicateAdSet POST /v1/ads/ad-sets/{adSetId}/duplicate Duplicate an ad set
AdCampaignsApi getAd GET /v1/ads/{adId} Get ad details
AdCampaignsApi getAdSetDetails GET /v1/ads/ad-sets/{adSetId} Live ad-set details incl. learning phase
AdCampaignsApi getAdTree GET /v1/ads/tree Get campaign tree
AdCampaignsApi getAdsTimeline GET /v1/ads/timeline Get daily account metrics
AdCampaignsApi getCampaignBidding GET /v1/ads/campaigns/{campaignId}/bidding Read a campaign's current bidding
AdCampaignsApi getCampaignTargeting GET /v1/ads/campaigns/{campaignId}/targeting Read a Google campaign's device, location, and language targeting
AdCampaignsApi listAdCampaigns GET /v1/ads/campaigns List campaigns
AdCampaignsApi listAdKeywords GET /v1/ads/keywords List Search keywords
AdCampaignsApi listAdSets GET /v1/ads/ad-sets List ad sets
AdCampaignsApi listAds GET /v1/ads List ads
AdCampaignsApi listBidStrategies GET /v1/ads/bid-strategies List Google Ads portfolio bid strategies
AdCampaignsApi listCampaignNegativeKeywords GET /v1/ads/campaigns/{campaignId}/negative-keywords List campaign-level negative keywords
AdCampaignsApi removeAdKeyword DELETE /v1/ads/keywords/{keywordId} Remove a Search keyword
AdCampaignsApi replaceCampaignNegativeKeywords PUT /v1/ads/campaigns/{campaignId}/negative-keywords Replace campaign-level negative keywords
AdCampaignsApi updateAd PUT /v1/ads/{adId} Update ad
AdCampaignsApi updateAdCampaign PUT /v1/ads/campaigns/{campaignId} Update a campaign
AdCampaignsApi updateAdCampaignStatus PUT /v1/ads/campaigns/{campaignId}/status Pause or resume a campaign
AdCampaignsApi updateAdKeyword PATCH /v1/ads/keywords/{keywordId} Pause or enable a Search keyword
AdCampaignsApi updateAdSet PUT /v1/ads/ad-sets/{adSetId} Update an ad set
AdCampaignsApi updateAdSetStatus PUT /v1/ads/ad-sets/{adSetId}/status Pause or resume a single ad set
AdCampaignsApi updateAdStatus PUT /v1/ads/{adId}/status Pause or resume a single ad
AdCampaignsApi updateBidStrategy PATCH /v1/ads/bid-strategies/{strategyId} Update a Google Ads portfolio bid strategy
AdCampaignsApi updateCampaignTargeting PUT /v1/ads/campaigns/{campaignId}/targeting Edit a Google campaign's device, location, or language targeting
AdCreativesApi createAdCreative POST /v1/ads/creatives Create a standalone creative
AdCreativesApi deleteAdCreative DELETE /v1/ads/creatives/{creativeId} Delete a creative
AdCreativesApi deleteAdVideo DELETE /v1/ads/videos/{videoId} Delete an ad video
AdCreativesApi generateAdPreviews POST /v1/ads/preview Render pre-create ad previews
AdCreativesApi getAdCreative GET /v1/ads/creatives/{creativeId} Creative details
AdCreativesApi getAdMedia GET /v1/ads/{adId}/media Direct video and image URLs for an ad
AdCreativesApi getAdPreviews GET /v1/ads/{adId}/preview Render previews of an existing ad
AdCreativesApi listAdCatalogProductSets GET /v1/ads/catalogs/{catalogId}/product-sets List a catalog's product sets
AdCreativesApi listAdCatalogs GET /v1/ads/catalogs List Meta product catalogs
AdCreativesApi listAdCreatives GET /v1/ads/creatives Creative library
AdCreativesApi listAdImages GET /v1/ads/images Ad image library
AdCreativesApi listAdVideos GET /v1/ads/videos Ad video library
AdCreativesApi updateAdCreative PUT /v1/ads/creatives/{creativeId} Rename a creative
AdCreativesApi uploadAdImage POST /v1/ads/images Upload an ad image from base64
AdCreativesApi uploadAdVideo POST /v1/ads/videos Upload an ad video
AdInsightsApi createAdInsightsReport POST /v1/ads/insights/reports Submit an async insights report run
AdInsightsApi generateKeywordHistoricalMetrics POST /v1/ads/keywords/historical-metrics Historical keyword metrics (Google Keyword Planner)
AdInsightsApi generateKeywordIdeas POST /v1/ads/keywords/ideas Generate keyword ideas (Google Keyword Planner)
AdInsightsApi getAdAnalytics GET /v1/ads/{adId}/analytics Get ad analytics
AdInsightsApi getAdInsightsReport GET /v1/ads/insights/reports/{reportRunId} Poll an async insights report run
AdInsightsApi getAdsSearchTerms GET /v1/ads/search-terms Google Ads search terms report
AdInsightsApi getCampaignAnalytics GET /v1/ads/campaigns/{campaignId}/analytics Get campaign analytics
AdInsightsApi listLocalServicesLeadConversations GET /v1/ads/local-services/leads/{leadId}/conversations Conversations of a Local Services lead
AdInsightsApi listLocalServicesLeads GET /v1/ads/local-services/leads Google Local Services Ads leads
AdInsightsApi queryAdInsights GET /v1/ads/insights Flexible live insights query
AdLibraryApi searchAdLibrary GET /v1/ads/library Search the public Ad Library
AdTargetingApi estimateAdReach POST /v1/ads/targeting/reach-estimate Estimate audience reach
AdTargetingApi getLinkedInBidPricing POST /v1/ads/targeting/bid-pricing Suggested bid and budget bounds
AdTargetingApi getLinkedInSupplyForecast POST /v1/ads/targeting/supply-forecast Impressions, clicks and spend forecast
AdTargetingApi searchAdInterests GET /v1/ads/interests Search targeting interests
AdTargetingApi searchAdTargeting GET /v1/ads/targeting/search Search targeting options
AnalyticsApi getAnalytics GET /v1/analytics Get post analytics
AnalyticsApi getAnalyticsDelta GET /v1/analytics/delta Analytics changed since a cursor
AnalyticsApi getBestTimeToPost GET /v1/analytics/best-time Get best times to post
AnalyticsApi getContentDecay GET /v1/analytics/content-decay Get content performance decay
AnalyticsApi getDailyMetrics GET /v1/analytics/daily-metrics Get daily aggregated metrics
AnalyticsApi getFacebookPageInsights GET /v1/analytics/facebook/page-insights Get Facebook Page insights
AnalyticsApi getFacebookPostEarnings GET /v1/analytics/facebook/post-earnings Get Facebook post monetization earnings
AnalyticsApi getFacebookPostReactions GET /v1/accounts/{accountId}/facebook-post-reactions Get Facebook post reactions
AnalyticsApi getFollowerStats GET /v1/accounts/follower-stats Get follower stats
AnalyticsApi getGoogleBusinessPerformance GET /v1/analytics/googlebusiness/performance Get GBP performance metrics
AnalyticsApi getGoogleBusinessSearchKeywords GET /v1/analytics/googlebusiness/search-keywords Get GBP search keywords
AnalyticsApi getInstagramAccountInsights GET /v1/analytics/instagram/account-insights Get Instagram insights
AnalyticsApi getInstagramDemographics GET /v1/analytics/instagram/demographics Get Instagram demographics
AnalyticsApi getInstagramFollowerHistory GET /v1/analytics/instagram/follower-history Get Instagram follower history
AnalyticsApi getLinkedInAggregateAnalytics GET /v1/accounts/{accountId}/linkedin-aggregate-analytics Get LinkedIn aggregate stats
AnalyticsApi getLinkedInOrgAggregateAnalytics GET /v1/analytics/linkedin/org-aggregate-analytics Get LinkedIn org analytics
AnalyticsApi getLinkedInPostAnalytics GET /v1/accounts/{accountId}/linkedin-post-analytics Get LinkedIn post stats
AnalyticsApi getLinkedInPostReactions GET /v1/accounts/{accountId}/linkedin-post-reactions Get LinkedIn post reactions
AnalyticsApi getPostTimeline GET /v1/analytics/post-timeline Get post analytics timeline
AnalyticsApi getPostingFrequency GET /v1/analytics/posting-frequency Get frequency vs engagement
AnalyticsApi getTikTokAccountInsights GET /v1/analytics/tiktok/account-insights Get TikTok account-level insights
AnalyticsApi getYouTubeChannelInsights GET /v1/analytics/youtube/channel-insights Get YouTube channel insights
AnalyticsApi getYouTubeDailyViews GET /v1/analytics/youtube/daily-views Get YouTube daily views
AnalyticsApi getYouTubeDemographics GET /v1/analytics/youtube/demographics Get YouTube demographics
AnalyticsApi getYouTubeVideoRetention GET /v1/analytics/youtube/video-retention Get YouTube video retention curve
AnalyticsApi syncExternalPosts POST /v1/posts/sync-external Sync an external post
BlogsApi createBlog POST /v1/accounts/{accountId}/blogs Create a blog
BlogsApi createBlogArticle POST /v1/accounts/{accountId}/blogs/{blogId}/articles Create a blog article
BlogsApi deleteBlog DELETE /v1/accounts/{accountId}/blogs/{blogId} Delete a blog
BlogsApi deleteBlogArticle DELETE /v1/accounts/{accountId}/blogs/{blogId}/articles/{articleId} Delete a blog article
BlogsApi getBlog GET /v1/accounts/{accountId}/blogs/{blogId} Get a blog
BlogsApi getBlogArticle GET /v1/accounts/{accountId}/blogs/{blogId}/articles/{articleId} Get a blog article
BlogsApi listBlogArticles GET /v1/accounts/{accountId}/blogs/{blogId}/articles List blog articles
BlogsApi listBlogs GET /v1/accounts/{accountId}/blogs List blogs
BlogsApi updateBlog PATCH /v1/accounts/{accountId}/blogs/{blogId} Update a blog
BlogsApi updateBlogArticle PATCH /v1/accounts/{accountId}/blogs/{blogId}/articles/{articleId} Update a blog article
BroadcastsApi addBroadcastRecipients POST /v1/broadcasts/{broadcastId}/recipients Add recipients to a broadcast
BroadcastsApi cancelBroadcast POST /v1/broadcasts/{broadcastId}/cancel Cancel broadcast
BroadcastsApi createBroadcast POST /v1/broadcasts Create broadcast draft
BroadcastsApi deleteBroadcast DELETE /v1/broadcasts/{broadcastId} Delete broadcast
BroadcastsApi getBroadcast GET /v1/broadcasts/{broadcastId} Get broadcast details
BroadcastsApi listBroadcastRecipients GET /v1/broadcasts/{broadcastId}/recipients List broadcast recipients
BroadcastsApi listBroadcasts GET /v1/broadcasts List broadcasts
BroadcastsApi scheduleBroadcast POST /v1/broadcasts/{broadcastId}/schedule Schedule broadcast for later
BroadcastsApi sendBroadcast POST /v1/broadcasts/{broadcastId}/send Send broadcast now
BroadcastsApi updateBroadcast PATCH /v1/broadcasts/{broadcastId} Update broadcast
CallsApi getCall GET /v1/calls/{id} Get a call (any channel)
CallsApi getCallRecording GET /v1/calls/{id}/recording Get a call recording
CallsApi listCalls GET /v1/calls List all calls (unified history)
CommentAutomationsApi createCommentAutomation POST /v1/comment-automations Create comment-to-DM automation
CommentAutomationsApi deleteCommentAutomation DELETE /v1/comment-automations/{automationId} Delete automation
CommentAutomationsApi getCommentAutomation GET /v1/comment-automations/{automationId} Get automation details
CommentAutomationsApi listCommentAutomationLogs GET /v1/comment-automations/{automationId}/logs List automation logs
CommentAutomationsApi listCommentAutomations GET /v1/comment-automations List comment-to-DM automations
CommentAutomationsApi updateCommentAutomation PATCH /v1/comment-automations/{automationId} Update automation settings
CommentsApi deleteInboxComment DELETE /v1/inbox/comments/{postId} Delete comment
CommentsApi editInboxComment PATCH /v1/inbox/comments/{postId}/{commentId} Edit comment
CommentsApi getInboxPostComments GET /v1/inbox/comments/{postId} Get post comments
CommentsApi hideInboxComment POST /v1/inbox/comments/{postId}/{commentId}/hide Hide comment
CommentsApi likeInboxComment POST /v1/inbox/comments/{postId}/{commentId}/like Like comment
CommentsApi likePost POST /v1/inbox/posts/{postId}/like Like post
CommentsApi listInboxComments GET /v1/inbox/comments List commented posts
CommentsApi replyToInboxPost POST /v1/inbox/comments/{postId} Reply to comment
CommentsApi sendPrivateReplyToComment POST /v1/inbox/comments/{postId}/{commentId}/private-reply Send private reply
CommentsApi setCommentModeration POST /v1/inbox/comments/{postId}/{commentId}/moderation Set comment moderation status
CommentsApi unhideInboxComment DELETE /v1/inbox/comments/{postId}/{commentId}/hide Unhide comment
CommentsApi unlikeInboxComment DELETE /v1/inbox/comments/{postId}/{commentId}/like Unlike comment
CommentsApi unlikePost DELETE /v1/inbox/posts/{postId}/like Unlike post
ConnectApi assignGoogleBusinessLocation POST /v1/accounts/{accountId}/gmb-locations/assign Assign GBP location to another profile
ConnectApi completeTelegramConnect PATCH /v1/connect/telegram Check Telegram status
ConnectApi completeWhatsAppPhoneSelection POST /v1/connect/whatsapp/select-phone-number Complete number selection
ConnectApi configureTikTokAdsBrandIdentity PATCH /v1/connect/tiktok-ads Set TikTok brand identity
ConnectApi connectAds GET /v1/connect/{platform}/ads Connect ads for a platform
ConnectApi connectBlueskyCredentials POST /v1/connect/bluesky/credentials Connect Bluesky account
ConnectApi connectDiscordChannel POST /v1/connect/discord Connect a Discord channel
ConnectApi connectOpenAIAdsCredentials POST /v1/connect/openai-ads/credentials Connect an OpenAI Ads account
ConnectApi connectShopifyWithToken POST /v1/connect/shopify/token Connect a Shopify store with a custom-app Admin token
ConnectApi connectSlackChannel POST /v1/connect/slack Connect a Slack channel
ConnectApi connectWhatsAppCredentials POST /v1/connect/whatsapp/credentials Connect WhatsApp via credentials
ConnectApi connectWhatsAppEmbeddedSignup POST /v1/connect/whatsapp/embedded-signup Connect WhatsApp from Embedded Signup
ConnectApi createPinterestBoard POST /v1/accounts/{accountId}/pinterest-boards Create Pinterest board
ConnectApi getConnectUrl GET /v1/connect/{platform} Get OAuth connect URL
ConnectApi getFacebookPages GET /v1/accounts/{accountId}/facebook-page List Facebook pages
ConnectApi getGmbLocations GET /v1/accounts/{accountId}/gmb-locations List GBP locations
ConnectApi getLinkedInOrganizations GET /v1/accounts/{accountId}/linkedin-organizations List LinkedIn orgs
ConnectApi getPendingOAuthData GET /v1/connect/pending-data Get pending OAuth data
ConnectApi getPinterestBoards GET /v1/accounts/{accountId}/pinterest-boards List Pinterest boards
ConnectApi getRedditFlairs GET /v1/accounts/{accountId}/reddit-flairs List subreddit flairs
ConnectApi getRedditSubreddits GET /v1/accounts/{accountId}/reddit-subreddits List Reddit subreddits
ConnectApi getShopifyConnectUrl GET /v1/connect/shopify Get Shopify OAuth connect URL
ConnectApi getSubredditRules GET /v1/accounts/{accountId}/reddit-subreddits/{subreddit}/rules Get subreddit rules
ConnectApi getTelegramConnectStatus GET /v1/connect/telegram Generate Telegram code
ConnectApi getYoutubeCaptions GET /v1/accounts/{accountId}/youtube-captions Get a YouTube video transcript
ConnectApi getYoutubePlaylists GET /v1/accounts/{accountId}/youtube-playlists List YouTube playlists
ConnectApi handleOAuthCallback POST /v1/connect/{platform} Complete OAuth callback
ConnectApi initiateTelegramConnect POST /v1/connect/telegram Connect Telegram directly
ConnectApi listFacebookPages GET /v1/connect/facebook/select-page List Facebook pages
ConnectApi listGoogleBusinessLocations GET /v1/connect/googlebusiness/locations List GBP locations
ConnectApi listInstagramPages GET /v1/connect/instagram/select-account List Pages with a linked Instagram account
ConnectApi listLinkedInOrganizations GET /v1/connect/linkedin/organizations List LinkedIn orgs
ConnectApi listPinterestBoardsForSelection GET /v1/connect/pinterest/select-board List Pinterest boards
ConnectApi listSlackChannels GET /v1/connect/slack List Slack channels for the channel picker
ConnectApi listSnapchatProfiles GET /v1/connect/snapchat/select-profile List Snapchat profiles
ConnectApi listWhatsAppPhoneNumbers GET /v1/connect/whatsapp/select-phone-number List numbers for selection
ConnectApi selectFacebookPage POST /v1/connect/facebook/select-page Select Facebook page
ConnectApi selectGoogleBusinessLocation POST /v1/connect/googlebusiness/select-location Select GBP location
ConnectApi selectInstagramAccount POST /v1/connect/instagram/select-account Select the Page whose Instagram account to connect
ConnectApi selectLinkedInOrganization POST /v1/connect/linkedin/select-organization Select LinkedIn org
ConnectApi selectPinterestBoard POST /v1/connect/pinterest/select-board Select Pinterest board
ConnectApi selectSnapchatProfile POST /v1/connect/snapchat/select-profile Select Snapchat profile
ConnectApi setRedditPostFlair POST /v1/accounts/{accountId}/reddit-flairs Set Reddit post flair
ConnectApi updateFacebookPage PUT /v1/accounts/{accountId}/facebook-page Update Facebook page
ConnectApi updateGmbLocation PUT /v1/accounts/{accountId}/gmb-locations Update GBP location
ConnectApi updateLinkedInOrganization PUT /v1/accounts/{accountId}/linkedin-organization Switch LinkedIn account type
ConnectApi updatePinterestBoards PUT /v1/accounts/{accountId}/pinterest-boards Set default Pinterest board
ConnectApi updateRedditSubreddits PUT /v1/accounts/{accountId}/reddit-subreddits Set default subreddit
ConnectApi updateYoutubeDefaultPlaylist PUT /v1/accounts/{accountId}/youtube-playlists Set default YouTube playlist
ConnectApi voteRedditThing POST /v1/accounts/{accountId}/reddit-vote Vote on a Reddit post or comment
ConnectedAppsApi listConnectedApps GET /v1/me/connected-apps List connected apps
ConnectedAppsApi revokeConnectedApp DELETE /v1/me/connected-apps/{clientId} Revoke connected app
ContactsApi bulkCreateContacts POST /v1/contacts/bulk Bulk create contacts
ContactsApi createContact POST /v1/contacts Create contact
ContactsApi deleteContact DELETE /v1/contacts/{contactId} Delete contact
ContactsApi getContact GET /v1/contacts/{contactId} Get contact
ContactsApi getContactChannels GET /v1/contacts/{contactId}/channels List channels for a contact
ContactsApi listContacts GET /v1/contacts List contacts
ContactsApi updateContact PATCH /v1/contacts/{contactId} Update contact
ConversionsApi addConversionAssociations POST /v1/accounts/{accountId}/conversion-destinations/{destinationId}/associations Associate campaigns
ConversionsApi adjustConversions POST /v1/ads/conversions/adjustments Adjust uploaded conversions
ConversionsApi createConversionAction POST /v1/ads/conversions/actions Create a website conversion action
ConversionsApi createConversionDestination POST /v1/accounts/{accountId}/conversion-destinations Create a conversion destination
ConversionsApi deleteConversionDestination DELETE /v1/accounts/{accountId}/conversion-destinations/{destinationId} Delete a conversion destination
ConversionsApi getConversionDestination GET /v1/accounts/{accountId}/conversion-destinations/{destinationId} Get a conversion destination
ConversionsApi getConversionMetrics GET /v1/accounts/{accountId}/conversion-destinations/{destinationId}/metrics Get attribution metrics
ConversionsApi getConversionsQuality GET /v1/ads/conversions/quality Get Event Match Quality
ConversionsApi listConversionActions GET /v1/ads/conversions/actions List conversion actions and their tag snippets
ConversionsApi listConversionAssociations GET /v1/accounts/{accountId}/conversion-destinations/{destinationId}/associations List associated campaigns
ConversionsApi listConversionDestinations GET /v1/accounts/{accountId}/conversion-destinations List conversion destinations
ConversionsApi removeConversionAssociations DELETE /v1/accounts/{accountId}/conversion-destinations/{destinationId}/associations Remove associated campaigns
ConversionsApi sendConversions POST /v1/ads/conversions Send conversion events
ConversionsApi updateConversionDestination PATCH /v1/accounts/{accountId}/conversion-destinations/{destinationId} Update a conversion destination
CustomFieldsApi clearContactFieldValue DELETE /v1/contacts/{contactId}/fields/{slug} Clear custom field value
CustomFieldsApi createCustomField POST /v1/custom-fields Create custom field
CustomFieldsApi deleteCustomField DELETE /v1/custom-fields/{fieldId} Delete custom field
CustomFieldsApi listCustomFields GET /v1/custom-fields List custom field definitions
CustomFieldsApi setContactFieldValue PUT /v1/contacts/{contactId}/fields/{slug} Set custom field value
CustomFieldsApi updateCustomField PATCH /v1/custom-fields/{fieldId} Update custom field
DiscordApi addDiscordMemberRole PUT /v1/discord/guilds/{guildId}/members/{userId}/roles/{roleId} Assign a role to a guild member
DiscordApi createDiscordGuildRole POST /v1/discord/guilds/{guildId}/roles Create a Discord guild role
DiscordApi createDiscordScheduledEvent POST /v1/discord/guilds/{guildId}/events Create a Discord scheduled event
DiscordApi createDiscordThread POST /v1/discord/channels/{channelId}/threads Create a Discord public thread
DiscordApi crosspostDiscordMessage POST /v1/discord/channels/{channelId}/messages/{messageId}/crosspost Crosspost Discord message
DiscordApi deleteDiscordGuildRole DELETE /v1/discord/guilds/{guildId}/roles/{roleId} Delete a Discord guild role
DiscordApi deleteDiscordMessage DELETE /v1/discord/channels/{channelId}/messages/{messageId} Delete a Discord channel message
DiscordApi deleteDiscordScheduledEvent DELETE /v1/discord/guilds/{guildId}/events/{eventId} Delete a Discord scheduled event
DiscordApi editDiscordGuildRole PATCH /v1/discord/guilds/{guildId}/roles/{roleId} Edit a Discord guild role
DiscordApi getDiscordChannels GET /v1/accounts/{accountId}/discord-channels List Discord guild channels
DiscordApi getDiscordGuildMember GET /v1/discord/guilds/{guildId}/members/{userId} Get a Discord guild member
DiscordApi getDiscordScheduledEvent GET /v1/discord/guilds/{guildId}/events/{eventId} Get a Discord scheduled event
DiscordApi getDiscordSettings GET /v1/accounts/{accountId}/discord-settings Get Discord account settings
DiscordApi listDiscordGuildMembers GET /v1/discord/guilds/{guildId}/members List Discord guild members
DiscordApi listDiscordGuildRoles GET /v1/discord/guilds/{guildId}/roles List Discord guild roles
DiscordApi listDiscordPinnedMessages GET /v1/discord/channels/{channelId}/pins List pinned messages
DiscordApi listDiscordScheduledEvents GET /v1/discord/guilds/{guildId}/events List Discord scheduled events
DiscordApi pinDiscordMessage PUT /v1/discord/channels/{channelId}/pins/{messageId} Pin a Discord message
DiscordApi removeDiscordMemberRole DELETE /v1/discord/guilds/{guildId}/members/{userId}/roles/{roleId} Remove a role from a guild member
DiscordApi searchDiscordGuildMembers GET /v1/discord/guilds/{guildId}/members/search Search Discord guild members
DiscordApi sendDiscordDirectMessage POST /v1/discord/dms Send a Discord Direct Message
DiscordApi unpinDiscordMessage DELETE /v1/discord/channels/{channelId}/pins/{messageId} Unpin a Discord message
DiscordApi updateDiscordScheduledEvent PATCH /v1/discord/guilds/{guildId}/events/{eventId} Update a Discord scheduled event
DiscordApi updateDiscordSettings PATCH /v1/accounts/{accountId}/discord-settings Update Discord settings
GMBAttributesApi getGmbAttributeMetadata GET /v1/accounts/{accountId}/gmb-attribute-metadata Get attribute metadata
GMBAttributesApi getGoogleBusinessAttributes GET /v1/accounts/{accountId}/gmb-attributes Get attributes
GMBAttributesApi updateGoogleBusinessAttributes PUT /v1/accounts/{accountId}/gmb-attributes Update attributes
GMBFoodMenusApi getGoogleBusinessFoodMenus GET /v1/accounts/{accountId}/gmb-food-menus Get food menus
GMBFoodMenusApi updateGoogleBusinessFoodMenus PUT /v1/accounts/{accountId}/gmb-food-menus Update food menus
GMBLocationDetailsApi getGoogleBusinessLocationDetails GET /v1/accounts/{accountId}/gmb-location-details Get location details
GMBLocationDetailsApi updateGoogleBusinessLocationDetails PUT /v1/accounts/{accountId}/gmb-location-details Update location details
GMBMediaApi createGoogleBusinessMedia POST /v1/accounts/{accountId}/gmb-media Upload photo
GMBMediaApi deleteGoogleBusinessMedia DELETE /v1/accounts/{accountId}/gmb-media Delete photo
GMBMediaApi listGoogleBusinessMedia GET /v1/accounts/{accountId}/gmb-media List media
GMBPlaceActionsApi createGoogleBusinessPlaceAction POST /v1/accounts/{accountId}/gmb-place-actions Create action link
GMBPlaceActionsApi deleteGoogleBusinessPlaceAction DELETE /v1/accounts/{accountId}/gmb-place-actions Delete action link
GMBPlaceActionsApi listGoogleBusinessPlaceActions GET /v1/accounts/{accountId}/gmb-place-actions List action links
GMBPlaceActionsApi updateGoogleBusinessPlaceAction PATCH /v1/accounts/{accountId}/gmb-place-actions Update action link
GMBReviewsApi batchGetGoogleBusinessReviews POST /v1/accounts/{accountId}/gmb-reviews/batch Batch get reviews
GMBReviewsApi deleteGoogleBusinessReviewReply DELETE /v1/accounts/{accountId}/gmb-reviews/{reviewId}/reply Delete a review reply
GMBReviewsApi getGoogleBusinessReview GET /v1/accounts/{accountId}/gmb-reviews/{reviewId} Get a review
GMBReviewsApi getGoogleBusinessReviews GET /v1/accounts/{accountId}/gmb-reviews Get reviews
GMBReviewsApi replyToGoogleBusinessReview POST /v1/accounts/{accountId}/gmb-reviews/{reviewId}/reply Reply to a review
GMBServicesApi getGoogleBusinessServices GET /v1/accounts/{accountId}/gmb-services Get services
GMBServicesApi updateGoogleBusinessServices PUT /v1/accounts/{accountId}/gmb-services Replace services
GMBVerificationsApi completeGoogleBusinessVerification POST /v1/accounts/{accountId}/gmb-verifications/{verificationId}/complete Complete a verification
GMBVerificationsApi fetchGoogleBusinessVerificationOptions POST /v1/accounts/{accountId}/gmb-verifications/options Fetch verification options
GMBVerificationsApi getGoogleBusinessVerifications GET /v1/accounts/{accountId}/gmb-verifications Get verification state
GMBVerificationsApi startGoogleBusinessVerification POST /v1/accounts/{accountId}/gmb-verifications Start a verification
InboxAnalyticsApi getInboxConversationAnalytics GET /v1/analytics/inbox/conversations/{conversationId} Get conversation analytics
InboxAnalyticsApi getInboxHeatmap GET /v1/analytics/inbox/heatmap Get day × hour heatmap
InboxAnalyticsApi getInboxResponseTime GET /v1/analytics/inbox/response-time Get inbox response-time stats
InboxAnalyticsApi getInboxSourceBreakdown GET /v1/analytics/inbox/source-breakdown Get inbox source breakdown
InboxAnalyticsApi getInboxTopAccounts GET /v1/analytics/inbox/top-accounts Get top accounts by inbox volume
InboxAnalyticsApi getInboxVolume GET /v1/analytics/inbox/volume Get inbox messaging volume
InboxAnalyticsApi listInboxConversationAnalytics GET /v1/analytics/inbox/conversations List conversation analytics
InstagramApi getInstagramAudio GET /v1/accounts/{accountId}/instagram/audio/{audioId} Get Instagram audio metadata
InstagramApi getInstagramPublishingLimit GET /v1/accounts/{accountId}/instagram/publishing-limit Get Instagram publishing limit
InstagramApi getInstagramStoryInsights GET /v1/accounts/{accountId}/instagram/stories/{storyId}/insights Get Instagram story insights
InstagramApi listInstagramStories GET /v1/accounts/{accountId}/instagram/stories List active Instagram stories
InstagramApi searchInstagramAudio GET /v1/accounts/{accountId}/instagram/audio Search Instagram audio
InvitesApi createInviteToken POST /v1/invite/tokens Create invite token
LeadGenApi archiveLeadForm DELETE /v1/ads/lead-forms/{formId} Archive a lead form
LeadGenApi createLeadForm POST /v1/ads/lead-forms Create a lead form
LeadGenApi createTestLead POST /v1/ads/lead-forms/{formId}/test-leads Create a test lead
LeadGenApi getLeadForm GET /v1/ads/lead-forms/{formId} Get a lead form
LeadGenApi listFormLeads GET /v1/ads/lead-forms/{formId}/leads List leads for a single form
LeadGenApi listLeadForms GET /v1/ads/lead-forms List lead forms
LeadGenApi listLeads GET /v1/ads/leads List submitted leads
LinkedInMentionsApi getLinkedInMentions GET /v1/accounts/{accountId}/linkedin-mentions Resolve LinkedIn mention
LogsApi listLogs GET /v1/logs List activity logs
MediaApi getMediaPresignedUrl POST /v1/media/presign Get upload URL
MentionsApi listInboxMentions GET /v1/inbox/mentions List mentions
MentionsApi replyToMention POST /v1/inbox/mentions/reply Reply to a mention
MessagesApi addMessageReaction POST /v1/inbox/conversations/{conversationId}/messages/{messageId}/reactions Add reaction
MessagesApi createInboxConversation POST /v1/inbox/conversations Create conversation
MessagesApi deleteInboxMessage DELETE /v1/inbox/conversations/{conversationId}/messages/{messageId} Delete message
MessagesApi editInboxMessage PATCH /v1/inbox/conversations/{conversationId}/messages/{messageId} Edit message
MessagesApi getInboxConversation GET /v1/inbox/conversations/{conversationId} Get conversation
MessagesApi getInboxConversationMessages GET /v1/inbox/conversations/{conversationId}/messages List messages
MessagesApi getMessageAttachment GET /v1/inbox/conversations/{conversationId}/messages/{messageId}/attachments/{index} Resolve message attachment
MessagesApi listInboxConversations GET /v1/inbox/conversations List conversations
MessagesApi markConversationRead POST /v1/inbox/conversations/{conversationId}/read Mark a conversation as read
MessagesApi removeMessageReaction DELETE /v1/inbox/conversations/{conversationId}/messages/{messageId}/reactions Remove reaction
MessagesApi searchInboxConversations GET /v1/inbox/conversations/search Search conversations
MessagesApi sendInboxMessage POST /v1/inbox/conversations/{conversationId}/messages Send message
MessagesApi sendTypingIndicator POST /v1/inbox/conversations/{conversationId}/typing Send typing indicator
MessagesApi updateInboxConversation PUT /v1/inbox/conversations/{conversationId} Update conversation status
MessagesApi uploadMediaDirect POST /v1/media/upload-direct Upload media file
MessagingAdsApi createCallAd POST /v1/ads/call Create Click-to-Call ad
MessagingAdsApi createCtwaAd POST /v1/ads/ctwa Create Click-to-WhatsApp ad (deprecated)
MessagingAdsApi createMessagingAd POST /v1/ads/messaging Create click-to-message ad (WhatsApp / Messenger / Instagram Direct)
PhoneNumbersApi cancelPhoneNumberPortIn DELETE /v1/phone-numbers/port-in/{id} Cancel a port-in
PhoneNumbersApi checkPhoneNumberAvailability GET /v1/phone-numbers/availability Check country availability
PhoneNumbersApi checkPhoneNumberPortability POST /v1/phone-numbers/port-in/check Check portability
PhoneNumbersApi createPhoneNumberKycLink POST /v1/phone-numbers/kyc/share Create a hosted KYC link
PhoneNumbersApi createPhoneNumberPortIn POST /v1/phone-numbers/port-in Port numbers in
PhoneNumbersApi createPhoneNumberStockWatch POST /v1/phone-numbers/stock-watches Watch an out-of-stock country
PhoneNumbersApi deletePhoneNumberStockWatch DELETE /v1/phone-numbers/stock-watches/{id} Stop watching a country
PhoneNumbersApi getPhoneNumber GET /v1/phone-numbers/{id} Get phone number
PhoneNumbersApi getPhoneNumberKycForm GET /v1/phone-numbers/kyc Get KYC form spec
PhoneNumbersApi getPhoneNumberPortInOrderRequirements GET /v1/phone-numbers/port-in/{id}/requirements A port-in order's pending requirements
PhoneNumbersApi getPhoneNumberPortInRequirements GET /v1/phone-numbers/port-in/requirements Country porting requirements
PhoneNumbersApi getPhoneNumberRemediation GET /v1/phone-numbers/{id}/remediate Get declined requirements
PhoneNumbersApi listPhoneNumberCountries GET /v1/phone-numbers/countries List offerable number countries
PhoneNumbersApi listPhoneNumberPortIns GET /v1/phone-numbers/port-in List port-in orders
PhoneNumbersApi listPhoneNumberStockWatches GET /v1/phone-numbers/stock-watches List stock watches
PhoneNumbersApi listPhoneNumbers GET /v1/phone-numbers List phone numbers
PhoneNumbersApi purchasePhoneNumber POST /v1/phone-numbers/purchase Purchase phone number
PhoneNumbersApi releasePhoneNumber DELETE /v1/phone-numbers/{id} Release phone number
PhoneNumbersApi remediatePhoneNumber POST /v1/phone-numbers/{id}/remediate Resubmit a declined number
PhoneNumbersApi replyToPhoneNumberReviewer POST /v1/phone-numbers/{id}/remediate/reply Reply to the regulatory reviewer
PhoneNumbersApi respondToPhoneNumberReviewer POST /v1/phone-numbers/{id}/remediate/respond Respond to the regulatory reviewer (message + corrections)
PhoneNumbersApi reviewPhoneNumberKycPacket POST /v1/phone-numbers/kyc/review-packet Pre-review a KYC packet
PhoneNumbersApi searchAvailablePhoneNumbers GET /v1/phone-numbers/available Search available numbers
PhoneNumbersApi submitPhoneNumberKyc POST /v1/phone-numbers/kyc Submit KYC
PhoneNumbersApi uploadPhoneNumberKycDocument POST /v1/phone-numbers/kyc/upload-document Upload a KYC document
PhoneNumbersApi uploadPhoneNumberPortInDocument POST /v1/phone-numbers/port-in/documents Upload a porting document
PhoneNumbersApi validatePhoneNumberKycAddress POST /v1/phone-numbers/kyc/validate-address Pre-validate KYC address
PhoneNumbersApi viewPhoneNumberKycDocument GET /v1/phone-numbers/kyc/document/{documentId} View a KYC document on file
PostsApi bulkUploadPosts POST /v1/posts/bulk-upload Bulk upload from CSV
PostsApi createPost POST /v1/posts Create post
PostsApi deletePost DELETE /v1/posts/{postId} Delete post
PostsApi editPost POST /v1/posts/{postId}/edit Edit published post
PostsApi getPost GET /v1/posts/{postId} Get post
PostsApi listPosts GET /v1/posts List posts
PostsApi retryPost POST /v1/posts/{postId}/retry Retry failed post
PostsApi unpublishPost POST /v1/posts/{postId}/unpublish Unpublish post
PostsApi updatePost PUT /v1/posts/{postId} Update post
PostsApi updatePostMetadata POST /v1/posts/{postId}/update-metadata Update post metadata
ProfilesApi createProfile POST /v1/profiles Create profile
ProfilesApi deleteProfile DELETE /v1/profiles/{profileId} Delete profile
ProfilesApi getProfile GET /v1/profiles/{profileId} Get profile
ProfilesApi listProfiles GET /v1/profiles List profiles
ProfilesApi updateProfile PUT /v1/profiles/{profileId} Update profile
QueueApi createQueueSlot POST /v1/queue/slots Create schedule
QueueApi deleteQueueSlot DELETE /v1/queue/slots Delete schedule
QueueApi getNextQueueSlot GET /v1/queue/next-slot Get next available slot
QueueApi listQueueSlots GET /v1/queue/slots List schedules
QueueApi previewQueue GET /v1/queue/preview Preview upcoming slots
QueueApi updateQueueSlot PUT /v1/queue/slots Update schedule
ReachAndFrequencyApi cancelRfReservation DELETE /v1/ads/rf-predictions/{predictionId} Cancel a Reach & Frequency reservation
ReachAndFrequencyApi createRfPrediction POST /v1/ads/rf-predictions Create a Reach & Frequency prediction
ReachAndFrequencyApi getRfPrediction GET /v1/ads/rf-predictions/{predictionId} Read a Reach & Frequency prediction
ReachAndFrequencyApi reserveRfPrediction POST /v1/ads/rf-predictions/{predictionId}/reserve Reserve a Reach & Frequency prediction
RedditSearchApi getRedditFeed GET /v1/reddit/feed Get subreddit feed
RedditSearchApi searchReddit GET /v1/reddit/search Search posts
ReviewsApi deleteInboxReviewReply DELETE /v1/inbox/reviews/{reviewId}/reply Delete review reply
ReviewsApi listInboxReviews GET /v1/inbox/reviews List reviews
ReviewsApi replyToInboxReview POST /v1/inbox/reviews/{reviewId}/reply Reply to review
SMSApi appealSmsRegistration POST /v1/sms/registrations/{id}/appeal Appeal a rejected campaign
SMSApi createSmsSenderId POST /v1/sms/sender-ids Create an alphanumeric sender ID
SMSApi deactivateSmsRegistration DELETE /v1/sms/registrations/{id} Deactivate a brand/campaign registration
SMSApi deleteSmsSenderId DELETE /v1/sms/sender-ids/{id} Delete an alphanumeric sender ID
SMSApi disableSmsOnNumber DELETE /v1/phone-numbers/{id}/sms Disable SMS on a number
SMSApi enableSmsOnNumber POST /v1/phone-numbers/{id}/sms Enable SMS on a number
SMSApi getSmsRegistration GET /v1/sms/registrations/{id} Get a carrier registration
SMSApi listSmsOptOuts GET /v1/sms/opt-outs List SMS opt-outs
SMSApi listSmsRegistrations GET /v1/sms/registrations List carrier registrations
SMSApi listSmsSenderIds GET /v1/sms/sender-ids List alphanumeric sender IDs
SMSApi lookupSmsNumber GET /v1/sms/lookup Look up carrier + line type
SMSApi preflightSmsRegistration POST /v1/sms/registrations/preflight Pre-check a carrier registration
SMSApi requestSmsSenderIdLimitIncrease POST /v1/sms/sender-ids/limit-request Request a higher sender ID daily limit
SMSApi resendSmsRegistrationOtp POST /v1/sms/registrations/{id}/resend-otp Re-send the sole-prop OTP
SMSApi respondToSmsRegistrationReview POST /v1/sms/registrations/{id}/respond Reply to a change request
SMSApi reuseSmsRegistrationForNumber POST /v1/phone-numbers/{id}/sms/reuse-registration Add number to SMS registration
SMSApi sendSms POST /v1/sms/messages Send an SMS/MMS
SMSApi shareSmsRegistration POST /v1/sms/registrations/share Create a registration share link
SMSApi startSmsRegistration POST /v1/sms/registrations Start a carrier registration
SMSApi uploadSmsOptInProof POST /v1/sms/registrations/{id}/opt-in-proof Upload opt-in form proof for an appeal
SMSApi uploadSmsOptInProofFile POST /v1/sms/opt-in-proof Upload opt-in form proof
SMSApi verifySmsRegistrationOtp POST /v1/sms/registrations/{id}/verify-otp Submit the sole-prop OTP
SequencesApi activateSequence POST /v1/sequences/{sequenceId}/activate Activate sequence
SequencesApi createSequence POST /v1/sequences Create sequence
SequencesApi deleteSequence DELETE /v1/sequences/{sequenceId} Delete sequence
SequencesApi enrollContacts POST /v1/sequences/{sequenceId}/enroll Enroll contacts in a sequence
SequencesApi getSequence GET /v1/sequences/{sequenceId} Get sequence with steps
SequencesApi listSequenceEnrollments GET /v1/sequences/{sequenceId}/enrollments List enrollments for a sequence
SequencesApi listSequences GET /v1/sequences List sequences
SequencesApi pauseSequence POST /v1/sequences/{sequenceId}/pause Pause sequence
SequencesApi unenrollContact DELETE /v1/sequences/{sequenceId}/enroll/{contactId} Unenroll contact
SequencesApi updateSequence PATCH /v1/sequences/{sequenceId} Update sequence
SlackApi listSlackMembers GET /v1/accounts/{accountId}/slack-members List Slack workspace members
TrackingTagsApi addTrackingTagSharedAccount POST /v1/accounts/{accountId}/tracking-tags/{tagId}/shared-accounts Share with an ad account
TrackingTagsApi createTrackingTag POST /v1/accounts/{accountId}/tracking-tags Create a tracking tag
TrackingTagsApi getAdTrackingTags GET /v1/ads/{adId}/tracking-tags Get ad tracking tags
TrackingTagsApi getTrackingTag GET /v1/accounts/{accountId}/tracking-tags/{tagId} Get a tracking tag
TrackingTagsApi getTrackingTagStats GET /v1/accounts/{accountId}/tracking-tags/{tagId}/stats Get aggregated event stats
TrackingTagsApi listTrackingTagSharedAccounts GET /v1/accounts/{accountId}/tracking-tags/{tagId}/shared-accounts List accounts it is shared with
TrackingTagsApi listTrackingTags GET /v1/accounts/{accountId}/tracking-tags List tracking tags
TrackingTagsApi removeTrackingTagSharedAccount DELETE /v1/accounts/{accountId}/tracking-tags/{tagId}/shared-accounts Stop sharing with an account
TrackingTagsApi updateAdTrackingTags PATCH /v1/ads/{adId}/tracking-tags Set ad tracking tags
TrackingTagsApi updateTrackingTag PATCH /v1/accounts/{accountId}/tracking-tags/{tagId} Update a tracking tag
TwitterEngagementApi bookmarkPost POST /v1/twitter/bookmark Bookmark a tweet
TwitterEngagementApi followUser POST /v1/twitter/follow Follow a user
TwitterEngagementApi getTweet GET /v1/twitter/tweet Look up a tweet
TwitterEngagementApi removeBookmark DELETE /v1/twitter/bookmark Remove bookmark
TwitterEngagementApi retweetPost POST /v1/twitter/retweet Retweet a post
TwitterEngagementApi searchTweets GET /v1/twitter/search Search recent tweets
TwitterEngagementApi undoRetweet DELETE /v1/twitter/retweet Undo retweet
TwitterEngagementApi unfollowUser DELETE /v1/twitter/follow Unfollow a user
UsageApi getBilling GET /v1/billing Account billing snapshot (plan, cycle, balance, caps, status)
UsageApi getCallsUsage GET /v1/usage/calls Calling usage and cost
UsageApi getSmsUsage GET /v1/usage/sms SMS usage (volumes)
UsageApi getUsage GET /v1/usage Usage snapshot (default) or billed-spend metering (with params)
UsageApi getUsageStats GET /v1/usage-stats Get plan and usage snapshot (plan, limits, payment status)
UsageApi getXApiPricing GET /v1/billing/x-pricing Get X/Twitter API pricing table
UsersApi getUser GET /v1/users/{userId} Get user
UsersApi listUsers GET /v1/users List users
ValidateApi validateMedia POST /v1/tools/validate/media Validate media URL
ValidateApi validatePost POST /v1/tools/validate/post Validate post content
ValidateApi validatePostLength POST /v1/tools/validate/post-length Validate character count
ValidateApi validateSubreddit GET /v1/tools/validate/subreddit Check subreddit existence
VerifyApi checkVerification POST /v1/verify/verifications/{verificationId}/check Check a verification code
VerifyApi createVerification POST /v1/verify/verifications Send a verification code
VerifyApi getVerification GET /v1/verify/verifications/{verificationId} Get a verification
VoiceApi attachNumberToSipTrunk POST /v1/phone-numbers/{id}/sip-trunk Attach a number to a SIP trunk
VoiceApi createSipTrunk POST /v1/phone-numbers/sip-trunks Create a SIP trunk
VoiceApi createVoiceCall POST /v1/voice/calls Place an outbound phone call
VoiceApi createVoiceWebSession POST /v1/voice/calls/web Mint a browser softphone session
VoiceApi deleteSipTrunk DELETE /v1/phone-numbers/sip-trunks/{id} Delete a SIP trunk
VoiceApi detachNumberFromSipTrunk DELETE /v1/phone-numbers/{id}/sip-trunk Detach a number from its SIP trunk
VoiceApi dialVoiceWebCall POST /v1/voice/calls/web/dial Dial from the browser softphone
VoiceApi disableVoiceOnNumber DELETE /v1/phone-numbers/{id}/voice Disable phone calling on a number
VoiceApi enableVoiceOnNumber POST /v1/phone-numbers/{id}/voice Enable phone calling on a number
VoiceApi endVoiceCall POST /v1/voice/calls/{id}/end Hang up a live call
VoiceApi getSipTrunk GET /v1/phone-numbers/sip-trunks/{id} Get a SIP trunk
VoiceApi getVoiceCall GET /v1/voice/calls/{id} Get a phone call
VoiceApi getVoiceCallEstimate GET /v1/voice/calls/estimate Estimate call cost
VoiceApi getVoiceCallRecording GET /v1/voice/calls/{id}/recording Get a call recording
VoiceApi listSipTrunks GET /v1/phone-numbers/sip-trunks List SIP trunks
VoiceApi listVoiceCalls GET /v1/voice/calls List phone calls
VoiceApi rotateSipTrunkCredentials POST /v1/phone-numbers/sip-trunks/{id}/rotate-credentials Rotate a SIP trunk's password
VoiceApi transferVoiceCall POST /v1/voice/calls/{id}/transfer Blind-transfer a live call
WebhooksApi createWebhookSettings POST /v1/webhooks/settings Create webhook
WebhooksApi deleteWebhookSettings DELETE /v1/webhooks/settings Delete webhook
WebhooksApi getWebhookLogs GET /v1/webhooks/logs List webhook delivery logs
WebhooksApi getWebhookSettings GET /v1/webhooks/settings List webhooks
WebhooksApi redeliverWebhookEvent POST /v1/webhooks/logs/redeliver Redeliver a webhook event
WebhooksApi testWebhook POST /v1/webhooks/test Send test webhook
WebhooksApi updateWebhookSettings PUT /v1/webhooks/settings Update webhook
WhatsAppApi addWhatsAppGroupParticipants POST /v1/whatsapp/wa-groups/{groupId}/participants Add participants
WhatsAppApi approveWhatsAppGroupJoinRequests POST /v1/whatsapp/wa-groups/{groupId}/join-requests Approve join requests
WhatsAppApi blockWhatsAppUsers POST /v1/whatsapp/block-users Block users
WhatsAppApi createWhatsAppDataset POST /v1/whatsapp/dataset Provision CTWA dataset
WhatsAppApi createWhatsAppGroupChat POST /v1/whatsapp/wa-groups Create group
WhatsAppApi createWhatsAppGroupInviteLink POST /v1/whatsapp/wa-groups/{groupId}/invite-link Create invite link
WhatsAppApi createWhatsAppTemplate POST /v1/whatsapp/templates Create template
WhatsAppApi deleteWhatsAppGroupChat DELETE /v1/whatsapp/wa-groups/{groupId} Delete group
WhatsAppApi deleteWhatsAppTemplate DELETE /v1/whatsapp/templates/{templateName} Delete template
WhatsAppApi deleteWhatsAppTemplateById DELETE /v1/whatsapp/templates/id/{templateId} Delete template by id
WhatsAppApi deleteWhatsappBusinessUsername DELETE /v1/whatsapp/business-profile/username Delete business username
WhatsAppApi getWhatsAppBlockStatus GET /v1/whatsapp/block-users/status Check if a user is blocked
WhatsAppApi getWhatsAppBlockedUsers GET /v1/whatsapp/block-users List blocked users
WhatsAppApi getWhatsAppBusinessProfile GET /v1/whatsapp/business-profile Get business profile
WhatsAppApi getWhatsAppDataset GET /v1/whatsapp/dataset Get CTWA conversions dataset
WhatsAppApi getWhatsAppDisplayName GET /v1/whatsapp/business-profile/display-name Get display name status
WhatsAppApi getWhatsAppGroupChat GET /v1/whatsapp/wa-groups/{groupId} Get group info
WhatsAppApi getWhatsAppMedia GET /v1/whatsapp/media/{mediaId} Download WhatsApp media
WhatsAppApi getWhatsAppTemplate GET /v1/whatsapp/templates/{templateName} Get template
WhatsAppApi getWhatsAppTemplateById GET /v1/whatsapp/templates/id/{templateId} Get template by id
WhatsAppApi getWhatsAppTemplates GET /v1/whatsapp/templates List templates
WhatsAppApi getWhatsappBusinessUsername GET /v1/whatsapp/business-profile/username Get business username
WhatsAppApi getWhatsappBusinessUsernameSuggestions GET /v1/whatsapp/business-profile/username/suggestions Get username suggestions
WhatsAppApi listWhatsAppAccountEvents GET /v1/whatsapp/account-events List account notifications
WhatsAppApi listWhatsAppConversions GET /v1/whatsapp/conversions List conversion events
WhatsAppApi listWhatsAppGroupChats GET /v1/whatsapp/wa-groups List active groups
WhatsAppApi listWhatsAppGroupJoinRequests GET /v1/whatsapp/wa-groups/{groupId}/join-requests List join requests
WhatsAppApi registerWhatsAppNumber POST /v1/accounts/{accountId}/whatsapp/register Register a connected WhatsApp number on the Cloud API
WhatsAppApi rejectWhatsAppGroupJoinRequests DELETE /v1/whatsapp/wa-groups/{groupId}/join-requests Reject join requests
WhatsAppApi removeWhatsAppGroupParticipants DELETE /v1/whatsapp/wa-groups/{groupId}/participants Remove participants
WhatsAppApi sendWhatsAppConversion POST /v1/whatsapp/conversions Send WhatsApp conversion event
WhatsAppApi setWhatsappBusinessUsername POST /v1/whatsapp/business-profile/username Set business username
WhatsAppApi unblockWhatsAppUsers DELETE /v1/whatsapp/block-users Unblock users
WhatsAppApi updateWhatsAppBusinessProfile POST /v1/whatsapp/business-profile Update business profile
WhatsAppApi updateWhatsAppDisplayName POST /v1/whatsapp/business-profile/display-name Request display name change
WhatsAppApi updateWhatsAppGroupChat POST /v1/whatsapp/wa-groups/{groupId} Update group settings
WhatsAppApi updateWhatsAppTemplate PATCH /v1/whatsapp/templates/{templateName} Update template
WhatsAppApi updateWhatsAppTemplateById PATCH /v1/whatsapp/templates/id/{templateId} Update template by id
WhatsAppApi uploadWhatsAppProfilePhoto POST /v1/whatsapp/business-profile/photo Upload profile picture
WhatsAppCallingApi disableWhatsAppCalling DELETE /v1/phone-numbers/{id}/whatsapp/calling Disable calling on a number
WhatsAppCallingApi disableWhatsAppCallingLegacy DELETE /v1/whatsapp/phone-numbers/{id}/calling Disable calling on a number
WhatsAppCallingApi enableWhatsAppCalling POST /v1/phone-numbers/{id}/whatsapp/calling Enable calling on a number
WhatsAppCallingApi enableWhatsAppCallingLegacy POST /v1/whatsapp/phone-numbers/{id}/calling Enable calling on a number
WhatsAppCallingApi getWhatsAppCall GET /v1/whatsapp/calls/{id} Get a single call
WhatsAppCallingApi getWhatsAppCallEstimate GET /v1/whatsapp/calls/estimate Estimate per-minute cost
WhatsAppCallingApi getWhatsAppCallPermissions GET /v1/whatsapp/call-permissions Check call permission
WhatsAppCallingApi getWhatsAppCallRecording GET /v1/whatsapp/calls/{id}/recording Get a call recording
WhatsAppCallingApi getWhatsAppCalling GET /v1/phone-numbers/{id}/whatsapp/calling Get calling config for a number
WhatsAppCallingApi getWhatsAppCallingConfig GET /v1/whatsapp/calling Get calling config for an account
WhatsAppCallingApi initiateWhatsAppCall POST /v1/whatsapp/calls Initiate outbound call
WhatsAppCallingApi listWhatsAppCalls GET /v1/whatsapp/calls List call history for an account
WhatsAppCallingApi startWhatsAppCallerIdVerification POST /v1/phone-numbers/{id}/whatsapp/caller-id-verification Start caller-ID verification for a customer-brought number
WhatsAppCallingApi updateWhatsAppCalling PATCH /v1/phone-numbers/{id}/whatsapp/calling Update calling config
WhatsAppCallingApi updateWhatsAppCallingLegacy PATCH /v1/whatsapp/phone-numbers/{id}/calling Update calling config
WhatsAppCallingApi verifyWhatsAppCallerId POST /v1/phone-numbers/{id}/whatsapp/caller-id-verification/verify Confirm the caller-ID verification code
WhatsAppFlowsApi createWhatsAppFlow POST /v1/whatsapp/flows Create flow
WhatsAppFlowsApi deleteWhatsAppFlow DELETE /v1/whatsapp/flows/{flowId} Delete flow
WhatsAppFlowsApi deprecateWhatsAppFlow POST /v1/whatsapp/flows/{flowId}/deprecate Deprecate flow
WhatsAppFlowsApi getWhatsAppFlow GET /v1/whatsapp/flows/{flowId} Get flow
WhatsAppFlowsApi getWhatsAppFlowJson GET /v1/whatsapp/flows/{flowId}/json Get flow JSON asset
WhatsAppFlowsApi getWhatsAppFlowPreview GET /v1/whatsapp/flows/{flowId}/preview Get flow preview URL
WhatsAppFlowsApi getWhatsAppFlowsEncryptionKey GET /v1/whatsapp/flows/encryption-key Get Flows encryption key status
WhatsAppFlowsApi listWhatsAppFlowResponses GET /v1/whatsapp/flow-responses List flow responses
WhatsAppFlowsApi listWhatsAppFlowVersions GET /v1/whatsapp/flows/{flowId}/versions List flow versions
WhatsAppFlowsApi listWhatsAppFlows GET /v1/whatsapp/flows List flows
WhatsAppFlowsApi publishWhatsAppFlow POST /v1/whatsapp/flows/{flowId}/publish Publish flow
WhatsAppFlowsApi sendWhatsAppFlowMessage POST /v1/whatsapp/flows/send Send flow message
WhatsAppFlowsApi setWhatsAppFlowsEncryptionKey POST /v1/whatsapp/flows/encryption-key Register a Flows encryption key
WhatsAppFlowsApi updateWhatsAppFlow PATCH /v1/whatsapp/flows/{flowId} Update flow
WhatsAppFlowsApi uploadWhatsAppFlowJson PUT /v1/whatsapp/flows/{flowId}/json Upload flow JSON
WhatsAppPhoneNumbersApi checkWhatsAppNumberAvailability GET /v1/whatsapp/phone-numbers/availability Check country availability
WhatsAppPhoneNumbersApi createWhatsAppNumberKycLink POST /v1/whatsapp/phone-numbers/kyc/share Create a hosted KYC link
WhatsAppPhoneNumbersApi getWhatsAppNumberInfo GET /v1/whatsapp/number-info Get number status
WhatsAppPhoneNumbersApi getWhatsAppNumberKycForm GET /v1/whatsapp/phone-numbers/kyc Get KYC form spec
WhatsAppPhoneNumbersApi getWhatsAppNumberRemediation GET /v1/whatsapp/phone-numbers/{id}/remediate Get declined requirements
WhatsAppPhoneNumbersApi getWhatsAppPhoneNumber GET /v1/whatsapp/phone-numbers/{phoneNumberId} Get phone number
WhatsAppPhoneNumbersApi getWhatsAppPhoneNumbers GET /v1/whatsapp/phone-numbers List phone numbers
WhatsAppPhoneNumbersApi listWhatsAppNumberCountries GET /v1/whatsapp/phone-numbers/countries List offerable number countries
WhatsAppPhoneNumbersApi moveWhatsAppNumberToProfile PATCH /v1/whatsapp/phone-numbers/{id}/profile Move a number to another profile
WhatsAppPhoneNumbersApi purchaseWhatsAppPhoneNumber POST /v1/whatsapp/phone-numbers/purchase Purchase phone number
WhatsAppPhoneNumbersApi releaseWhatsAppPhoneNumber DELETE /v1/whatsapp/phone-numbers/{phoneNumberId} Release phone number
WhatsAppPhoneNumbersApi remediateWhatsAppNumber POST /v1/whatsapp/phone-numbers/{id}/remediate Resubmit a declined number
WhatsAppPhoneNumbersApi searchAvailableWhatsAppNumbers GET /v1/whatsapp/phone-numbers/available Search available numbers
WhatsAppPhoneNumbersApi submitWhatsAppNumberKyc POST /v1/whatsapp/phone-numbers/kyc Submit KYC
WhatsAppPhoneNumbersApi uploadWhatsAppNumberKycDocument POST /v1/whatsapp/phone-numbers/kyc/upload-document Upload a KYC document
WhatsAppPhoneNumbersApi validateWhatsAppNumberKycAddress POST /v1/whatsapp/phone-numbers/kyc/validate-address Pre-validate KYC address
WhatsAppSandboxApi createWhatsAppSandboxSession POST /v1/whatsapp/sandbox/sessions Start a sandbox activation
WhatsAppSandboxApi deleteWhatsAppSandboxSession DELETE /v1/whatsapp/sandbox/sessions/{sessionId} Revoke a sandbox session
WhatsAppSandboxApi listWhatsAppSandboxSessions GET /v1/whatsapp/sandbox/sessions List your sandbox sessions
WhatsAppTemplatesApi getWhatsAppLibraryTemplate GET /v1/whatsapp/template-library Look up a library template
WorkflowsApi activateWorkflow POST /v1/workflows/{workflowId}/activate Activate workflow
WorkflowsApi createWorkflow POST /v1/workflows Create workflow
WorkflowsApi deleteWorkflow DELETE /v1/workflows/{workflowId} Delete workflow
WorkflowsApi duplicateWorkflow POST /v1/workflows/{workflowId}/duplicate Duplicate a workflow
WorkflowsApi getWorkflow GET /v1/workflows/{workflowId} Get workflow with graph
WorkflowsApi getWorkflowVersion GET /v1/workflows/{workflowId}/versions/{version} Get a specific workflow version
WorkflowsApi listWorkflowExecutionEvents GET /v1/workflows/{workflowId}/executions/{executionId}/events Get an execution's timeline
WorkflowsApi listWorkflowExecutions GET /v1/workflows/{workflowId}/executions List workflow runs
WorkflowsApi listWorkflowVersions GET /v1/workflows/{workflowId}/versions List a workflow's version history
WorkflowsApi listWorkflows GET /v1/workflows List workflows
WorkflowsApi pauseWorkflow POST /v1/workflows/{workflowId}/pause Pause workflow
WorkflowsApi restoreWorkflowVersion POST /v1/workflows/{workflowId}/versions/{version}/restore Restore a workflow version
WorkflowsApi triggerWorkflow POST /v1/workflows/{workflowId}/executions Manually start a workflow run
WorkflowsApi updateWorkflow PATCH /v1/workflows/{workflowId} Update workflow

Models

Authorization

Authentication schemes defined for the API:

bearerAuth

connectToken

Tests

To run the tests, use:

Author

[email protected]

About this package

This PHP package is automatically generated by the OpenAPI Generator project:


All versions of zernio-php with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package zernio-dev/zernio-php contains the following files

Loading the files please wait ...