Import and Export PDF Form Data give error 401
Hello
I successfully used the Adobe PDF services API to export DOCX from several PDF examples.
Now I am trying to use the service to export and import PDF FORM data but it keeps crashing because the "CREATE a PDF JOB" step returns a 401 error.
I have tried:
1. three different PDF forms
2. created a custom, simple, 2 field PDF form
The Header is the same as the EXPORT PDF API but the body is JSON as follows:
{"assetID": "%Asset%",
"jsonFormFieldsData": {
"DOB": "10/10/1989",
"Name": "Amir Ramin",},
"notifiers": [{
"type": "CALLBACK",
"data": {
"url": "https://dummy.callback.org/",
"headers": {
"x-api-key": "dummykey",
"access-token": "dummytoken"
}}}]
}
any help is appreciated
thanks
Ramin
