I'm using DocuSign eSignature with both a developer account and a Business Pro account. I've successfully developed some apps in my developer account, and after going through the Go Live process, everything integrated smoothly. For each app, I've received an envelope from the DocuSign API team containing all the necessary details.
However, I'm facing an issue:
When I try to fetch all envelopes using the following endpoint:
`https://docusign.net/restapi/v2.1/accounts/{accountID}/envelopes`
I can retrieve all my envelopes, except for those sent by the DocuSign API team. These specific envelopes don't show up in the list.
On the other hand, when I use this endpoint:
`https://docusign.net/restapi/v2.1/accounts/{accountID}/envelopes/{envelopeID}`
and pass the envelope ID from the DocuSign API team, I'm able to fetch the envelope without any errors.
Can you explain why this is happening? Is this behavior normal?