Scope with Multiple Tokens

Scope with Multiple Tokens

Hey everyone,

This might just be me being a rookie, but I'm not understanding how to pass multiple tokens for a given request.

For example, I'm trying to retrieve all the documents for a given project via https://www.zoho.com/projects/help/rest-api/documents-api.html#alink1. This states the scope is ZohoProjects.documents.READ, ZohoPC.files.READ.

While I have no issue setting up the authorization header with a single token as "Bearer {token}", what I get tripped up with is the formatting for multiple tokens ("Bearer {token}, {token}")? Could someone point me in the right direction here? Is this standard functionality, or is Zoho running it's own formatting here?

Thanks!