Skip to main content
GET
/
v1
/
facebook
/
get_facebook_page_posts_details_from_id
Get Facebook Pages Posts
curl --request GET \
  --url https://api.agntdata.dev/v1/facebook/get_facebook_page_posts_details_from_id \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

Bearer token. Pass your agntdata API key as: Authorization: Bearer agnt_live_...

Query Parameters

fields
string

Comma-separated keys to filter the response. Supports dot notation and nested keys (e.g. posts.details.post_id,posts.details.post_link,page_info.end_cursor). Invalid keys are ignored. If omitted, the full response is returned.

end_cursor
string
before_time
string
after_time
string
profile_id
string
default:100064606995009
required
timezone
string
default:UTC

Response

Successful response

The response is of type object.