curl --request GET \
--url https://api.bundle.social/api/v1/misc/facebook/token-debug \
--header 'x-api-key: <api-key>'{
"is_valid": true,
"scopes": [
"<string>"
],
"granular_scopes": [
{
"scope": "<string>",
"target_ids": [
"<string>"
]
}
],
"application": "<string>",
"data_access_expires_at": 123,
"issued_at": 123,
"error": {
"code": 123,
"message": "<string>",
"subcode": 123
}
}curl --request GET \
--url https://api.bundle.social/api/v1/misc/facebook/token-debug \
--header 'x-api-key: <api-key>'{
"is_valid": true,
"scopes": [
"<string>"
],
"granular_scopes": [
{
"scope": "<string>",
"target_ids": [
"<string>"
]
}
],
"application": "<string>",
"data_access_expires_at": 123,
"issued_at": 123,
"error": {
"code": 123,
"message": "<string>",
"subcode": 123
}
}Documentation Index
Fetch the complete documentation index at: https://info.bundle.social/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?