Attempt to get token, but result lock set?

Attempt to get token, but result lock set? So there is no way to get the token via the API if locked? No way to pass the PIN in to get the token? The online example for the API does not explain or qualify and example of how to get the bond bridge token if locked?

You can PATCH the token endpoint with your pin number to unlock:

PATCH token
{
  "locked": 0,
  "pin": "1234"
}

http://docs-local.appbond.com/#tag/Token/paths/~1v2~1token/patch