Hi,
I´m trying to initialize a call but I´m getting an error. I think it´s because the index parameter needs to be integer.
My api call
Here is the doc example:
The error
I appreciate if someone can help me.
Thanks
Hi,
I´m trying to initialize a call but I´m getting an error. I think it´s because the index parameter needs to be integer.
My api call
Here is the doc example:
The error
I appreciate if someone can help me.
Thanks
You should remove parameters, add a json body instead
{
"index":<index>,
"mnemonic":"<mnemonic>"
}
and add header Content-type: application/json