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
patternstringRequired

A request pattern for Space3 System to fill-up with user information.

Default: https://partner.com/space3/playing/{email}/1?wallet={wallet}
headersobjectOptional

HTTP headers for the request, it can be used for authentication such as X-API-Key.

Default: {"X-API-Key":"<your-api-key>"}
uidstringOptional

An Object ID string represents a user on Space3.

Default: object-id-string
emailstringOptional

An Email linked to the user on Space3.

Default: [email protected]
walletstringOptional

A Wallet linked to the user on Space3.

Default: 0x0000000000000000000000000000000000000000
twitterIdstringOptional

A Twitter ID linked to the user on Space3.

Default: 0808080808
discordIdstringOptional

A Discord ID linked to the user on Space3.

Default: 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