Discussions

Ask a Question
Back to All

Open Graph API Calls

Hello,

I am reaching out to inquire about the safety of using Open Graph API calls, especially

{
  method: 'POST',
    url: 'https://api.rebrandly.com/v1/links/'linkID'/opengraph',
      headers: {
        accept: 'application/json',
          'content-type': 'application/json',
            apikey: apikey
      }
}

As of now, I couldn't locate any documentation related to this, and we are interested in incorporating these calls.

Could you please provide information or guidance regarding aspects of Open Graph API calls? We want to ensure that utilizing this feature poses no risks to our product.