Get Project Data
The "Get Project Data" endpoint allows you to recover the internal information associated with the game studio project.
Overview
Responses
Success (Code 200)
Media Type: application/json
Example Value: An object containing the response for the project data.
Usage
Send a GET request to the
/marketplace/{projectDomain}
endpoint to get the project information data.Handle the response accordingly based on success, unauthorized access, forbidden access, not found, method not allowed, precondition failed, or internal server error.
Note: Ensure to get the project domain from your xerial marketplace website.
Last updated