Account API (v1)
Get the recon reports timeline list
get /reporttimeline/get
https://www.spyfu.com:80/apis/account_api/reporttimeline/get
query Parameters
userId required | string <uuid> User Id |
startingRow | integer <int32> Starting row |
pageSize | integer <int32> Number of rows |
Responses
200
OK
Response samples
- 200
Content type
application/json
Copy
Expand all Collapse all { }
RequestedKeywords_Add
post /requestedkeywords/add
https://www.spyfu.com:80/apis/account_api/requestedkeywords/add
Request Body schema: application/json
application/json
userId | string <uuid> |
termsCsv | string |
Responses
200
OK
Request samples
- Payload
Content type
application/json
Copy
Expand all Collapse all {
- "userId": "string",
- "termsCsv": "string"
Response samples
- 200
Content type
application/json
Copy
Expand all Collapse all { }
Create user account
get /get_create_user
https://www.spyfu.com:80/apis/account_api/get_create_user
query Parameters
userName required | string User name |
password required | string User password |
email required | string User email |
Responses
200
OK
Response samples
- 200
Content type
application/json
Copy
Expand all Collapse all {
- "responseText": {
- "property1": "string",
- "property2": "string"
- "statusCode": 0,
- "success": true