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-string
walletstringOptionalDefault:
A Wallet linked to the user on Space3.
0x0000000000000000000000000000000000000000
twitterIdstringOptionalDefault:
A Twitter ID linked to the user on Space3.
0808080808
discordIdstringOptionalDefault:
A Discord ID linked to the user on Space3.
0808080808
fromDatestring · 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
POST /api/v1/tracking/fapi-task/testing HTTP/1.1
Host: ac8-task.space3.gg
Content-Type: application/json
Accept: */*
Content-Length: 321
{
"pattern": "https://partner.com/space3/playing/{email}/1?wallet={wallet}",
"headers": {},
"uid": "object-id-string",
"email": "[email protected]",
"wallet": "0x0000000000000000000000000000000000000000",
"twitterId": "0808080808",
"discordId": "0808080808",
"fromDate": "2025-06-27T01:26:39.328Z",
"toDate": "2025-06-27T01:26:39.328Z"
}
200
A successful response for the F-API
{
"success": true
}
Last updated