Skip to main content

Import OpenSea Slug

Import community data based on the provided OpenSea URL. The imported data includes NFT details and other related information. The imported data is associated with the currently active project and the Nota User ID of the session.

Path Parameters
projectId string REQUIRED

All APIs check for Project Authorization.

Example: c2014261-0d71-43c4-983f-f8fbafb24565
Query Parameters
openSeaUrl string REQUIRED

The OpenSea URL from where the data is imported.

Example: https://opensea.io/collection/pangea-early-adopters-collection
Responses
200

Ok

Schema OPTIONAL
message string

The message to be displayed to the user

400

Invalid input data.

Schema OPTIONAL
code double

The HTTP status code representing the result of the API call

errorCode

A more specific, domain-specific error code (use the ErrorCodes enum)

message string

A human-readable message describing the error

validationIssues object OPTIONAL
401

Unauthorized, missing or invalid access token

403

Not Authorized to access this project.

ImportSlug
GET /project/:projectId/community/import/slug
projectId — path
openSeaUrl — query
https://app-api.pangealabs.xyz
curl -L 'https://app-api.pangealabs.xyz/project/:projectId/community/import/slug' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer '