GET
POST
PUT
GET
DELETE
GET
https://api.lowcodeapi.com/beyondwords/v1/projects/project_id/ads
Query Parameters 3
project_id*string
pagination[limit]number
pagination[offset]number
Parameters Description
project_id*string
The numeric ID of your project
pagination[limit]number
'limit' sets the number of results to return in each page.
pagination[offset]number
'offset' sets the first position to return from the results of the query. The default is 0, which starts the page at the first result.
Overview

Lists ads within a project

API Reference Link
https://developers.beyondwords.io/reference/advertsindex
Response
API response data will be shown here once the request is completed.
Snippet
cURL
curl -X GET \
 'https://api.lowcodeapi.com/beyondwords/v1/projects/project_id/ads' \
 -H 'Cache-Control: no-cache' \
 -H 'Content-Type: application/json' --data-raw '{}'
© 2024LowCodeAPI

Last Updated : 2024-12-16 14:03 +00:00