Hi,
if I try .../api/v3/admin/tokens/?_uid=0 with my admin bearer token I get the following result:
404
{
"status": {
"code": "not-found",
"message": "Invalid API call"
},
"response": {}
}
What am I doing wrong?
Hi,
if I try .../api/v3/admin/tokens/?_uid=0 with my admin bearer token I get the following result:
404
{
"status": {
"code": "not-found",
"message": "Invalid API call"
},
"response": {}
}
What am I doing wrong?