Skip to main content
POST
/
v1
/
instagram_user
instagram_user
curl --request POST \
  --url https://api.fetchbean.com/v1/instagram_user \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "username": "<string>",
  "user_id": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
username
string
user_id
string

Response

Success

The response is of type object.