...
Anyone can extract the token from the app and use all APIs externally.
Getting Publish Project/Content Ids to external servers:
The user will enter the webhook URL while publishing the Questionset/Question to DIKSHA.
Once the questionset/question will be published to Diksha it will send this information to the webhook URL with the following data.
Code Block |
---|
{
"type": "QuestionSet",
"identifier": "do_someid",
"board": "CBSE",
"grade": "class 6",
"medium": "english"
} |