Character Restrictions in authenticate API?

Hi Everyone,

Curious to know what the restrictions/limitations are within the DAP API. My question was prompted because we have a host that is failing to authenticate and retrieve a session token (401). As a test we’ve rotated the API key a few times, with success, and tried to authenticate with the new keys but still we received the 401 errors.

Any ideas?

Thanks!

Make sure when authenticating as a host you are url encoding the ID.

- !host some/application

When authenticating should be turned into
host%2Fsome%2Fapplication

Thanks,
Andrew

Hey Andrew - Confirmed we are prefixing host/ and URL encoding.

Do you mind sharing the URI, Header, and Body (if used)?

This will help us troubleshoot further.