Get all forked collections
Gets a list of all the authenticated user's forked collections.
Authentication
x-api-keystring
API Key authentication via header
Query parameters
cursor
The pointer to the first record of the set of paginated results. To view the next response, use the nextCursor value for this parameter.
limit
The maximum number of rows to return in the response.
direction
Sort the results by creation date in ascending (asc) or descending (desc) order.
Allowed values:
Response
Successful Response
data
A list of the user's forked collections.
meta
The response's meta information for paginated results.
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error