F-API Live Document
F-API Testing for developers
In order to connect with Space3 System for a cross-platform mission verification, use this live document to develop and test your F-API.
post
Body
patternstringRequiredDefault:
A request pattern for Space3 System to fill-up with user information.
https://partner.com/space3/playing/{email}/1?wallet={wallet}headersobjectOptionalDefault:
HTTP headers for the request, it can be used for authentication such as X-API-Key.
{"X-API-Key":"<your-api-key>"}uidstringOptionalDefault:
An Object ID string represents a user on Space3.
object-id-stringwalletstringOptionalDefault:
A Wallet linked to the user on Space3.
0x0000000000000000000000000000000000000000twitterIdstringOptionalDefault:
A Twitter ID linked to the user on Space3.
0808080808discordIdstringOptionalDefault:
A Discord ID linked to the user on Space3.
0808080808fromDatestring · date-timeRequired
In ISO Date format, Auto filled by Space3 System, you can put a sample here to test your API.
toDatestring · date-timeRequired
In ISO Date format, Auto filled by Space3 System, you can put a sample here to test your API.
Responses
200
A successful response for the F-API
post
/api/v1/tracking/fapi-task/testing200
A successful response for the F-API
Last updated