Auth Tokens
Authentication tokens keep track of a logged on user.
Any request that requires an authenticated user (most of them), you must pass the auth token.
Auth tokens are good for 15 minutes.
More Info
ApiSignature
Each request to the Yodio API must be signed with a signature.
This signature is a combination hash of the parameters being passed and your individual secret api text.
More Info