How to use api_id with Test Readers

  • I'm trying to build a tool with reports API. I tried to use testing endpoints:

    These testing API's does not work somehow.


    My example cr-api's: (both did not work)
    cr-cz-196-cf20c6111d48662e95612338ee460dcf2c97a09a
    cr-cz-196-45af34d5f83a1425fcd56f382fe3d0bf7b320b8c

    I tried to give these variations as an input (api_id):
    cf20c6111d48662e95612338ee460dcf2c97a09a

    cr-cf20c6111d48662e95612338ee460dcf2c97a09a

    cr-cz-cf20c6111d48662e95612338ee460dcf2c97a09a

    cr-196-cf20c6111d48662e95612338ee460dcf2c97a09a

    cr-cz-196-cf20c6111d48662e95612338ee460dcf2c97a09a

    How can I get a response from these endpoints? What input I should give for api_id?

    Thanks for your time.

  • RiV-

    Added the Label Questions
  • Both testing tools require you to input the full API string (i.e. cr-cz-196-cf20c6111d48662e95612338ee460dcf2c97a09a). However, both your API strings are invalid:


    Code
    1. {"RESULT_CODE":6000,"RESULT_DATA":[]}

    (6000 = INVALID_CR_ID)


    How old are they?

  • RiV-

    Changed the title of the thread from “How to Use api_id with Test Readers” to “How to use api_id with Test Readers”.