Check follow status

Asks whether one Instagram user follows the connected page. `follows_business` is three-valued. `null` means Meta did not confirm the relationship, which is not the same as `false`. Treating `null` as `false` gates answers from people who do follow, which reads to them as the automation being broken, so send the answer on `null`.

Authentication

AuthorizationBearer

Your API key, issued by ParsChat sales. One key per account, spanning every robot you own. Send it as Authorization: Bearer pk_live_….

Path parameters

robot_idstringRequired
The robot's id, as returned by the create call.
channel_idstringRequired
The channel's id.

Query parameters

user_idstringRequired
The Instagram user id, as it arrives on webhook events.

Response

The follow relationship, as far as Meta confirmed it.
user_idstringOptional
The Instagram user you asked about.
follows_businessboolean or nullOptional

Three-valued. true and false are Meta’s answer. null means Meta did not confirm the relationship, which is not the same as false. Treat null as follow-unknown and send the answer anyway.

checked_atdatetimeOptional
When we last asked Meta.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error