HomeGuidesAPI ReferenceChangelogDiscussions
HomeLog In
Discussions

Discussions

Ask a Question
Back to All

Do I need after paying for the OpenAPI to be active?

Hi i have purchased the open API and created the user with permission to use Open API.
However, I keep having error even when i use Postman to send a Token Info Request.
Is there anything that needs to be done on your backend before i can actually use the OpenAPI?

My code is as follows:

', CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => '', CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 0, CURLOPT_FOLLOWLOCATION => true, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => 'GET', )); $response = curl_exec($curl); curl_close($curl); echo $response;