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
/api/v1/tracking/fapi-task/testing
200

A successful response for the F-API

Last updated