Access API
Check ownership
Checks whether a user (identified by email or user_id) owns a registered product in a collection, with optional token_id filtering.
GET
Authorizations
The API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Query Parameters
The email address of the user to check ownership for.
The UUID of the user to check ownership for.
The slug of the collection to check ownership in.
The UUID of the collection to check ownership in.
Optional specific token ID to check ownership for.
Required range:
x >= 1
Response
200
application/json
Ownership check completed successfully.
The response is of type object
.