GetCollections
API endpoint to retrieve collections and their associated collaborators for a given email ID.
Caches the result for efficient retrieval.
get
Authorizations
AuthorizationstringRequired
Enter 'Bearer' followed by your JWT token
Query parameters
emailIdstringRequired
The email ID of the user whose collections and collaborators are being retrieved.
pageNumberinteger · int32OptionalDefault:
The page number for paginated results (default is 1).
1pageSizeCollectioninteger · int32OptionalDefault:
The number of collections per page (default is 10).
10Responses
200
Success: The collections and collaborators were successfully retrieved, either from cache or fresh data.
No content
400
Bad Request: The provided email ID is invalid.
500
Internal Server Error: An error occurred while retrieving the collections or collaborators.
get
/Collections/GetCollectionsGET /Collections/GetCollections?emailId=text HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content