Back to top

COMMUNITYNODE APP

JFS is an API facilitation the recruiting process of Johnson Financial.

CNCB NETWORK APPCRYPTO LOKO CASINO FREE SPINS NO DEPOSIT

JIVIZ EXCHANGERBXSAMURAI EXCHANGES

MERLIN APPTO THE MOON TOKENKUSA 交易所

YGGSEA APP

GET https://jfsapp.com/Secure/OAUTH/?grant_type='password'&client_id='myapp'&client_secret='mysecret'&username='username'&password='password'
URI Parameters
HideShow
grant_type
string (required) Example: 'password'

Only password is currently enabled

client_id
string (required) Example: 'myapp'

unique client id

client_secret
string (required) Example: 'mysecret'

unique client secret

username
string (required) Example: 'username'

Users UserName

password
string (required) Example: 'password'

Users Password

Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "access_token": "xxx-xxx-xxx",
  "expires_in": 86400,
  "refresh_token": "xxx-xxx-xxx",
  "token_type": "'Bearer'"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "access_token": {
      "type": "string",
      "description": "Access Token to Use for Future Requests"
    },
    "expires_in": {
      "type": "number",
      "description": "Seconds until token expires_in"
    },
    "refresh_token": {
      "type": "string",
      "description": "Token to refresh expired access_token"
    },
    "token_type": {
      "type": "string",
      "description": "Always returns 'Bearer' for now"
    }
  }
}
Response  401
HideShow
Headers
Content-Type: application/json
Body
{
  "error": "'invalid_grant'",
  "error_description": "'Invalid username'"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "error": {
      "type": "string",
      "description": "Name of Error"
    },
    "error_description": {
      "type": "string",
      "description": "Description of Error"
    }
  }
}

COINGECKO LOGINWHAT IS READY CRYPTOBOOZE LOGIN

Refresh Expired token using refresh_token

FUTUROV GOVERNANCE TOKEN EXCHANGES

GET https://jfsapp.com/Secure/OAUTH/?grant_type='password'&client_id='myapp'&client_secret='mysecret'&refresh_token='username'
URI Parameters
HideShow
grant_type
string (required) Example: 'password'

Only password is currently enabled

client_id
string (required) Example: 'myapp'

unique client id

client_secret
string (required) Example: 'mysecret'

unique client secret

refresh_token
string (required) Example: 'username'

Users UserName

Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "access_token": "xxx-xxx-xxx",
  "expires_in": 86400,
  "refresh_token": "xxx-xxx-xxx",
  "token_type": "'Bearer'"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "access_token": {
      "type": "string",
      "description": "Access Token to Use for Future Requests"
    },
    "expires_in": {
      "type": "number",
      "description": "Seconds until token expires_in"
    },
    "refresh_token": {
      "type": "string",
      "description": "Token to refresh expired access_token"
    },
    "token_type": {
      "type": "string",
      "description": "Always returns 'Bearer' for now"
    }
  }
}
Response  401
HideShow
Headers
Content-Type: application/json
Body
{
  "error": "'invalid_grant'",
  "error_description": "'Invalid username'"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "error": {
      "type": "string",
      "description": "Name of Error"
    },
    "error_description": {
      "type": "string",
      "description": "Description of Error"
    }
  }
}

AVOCADO BG LOGINASTRAPROTOCOL EXCHANGES

ACAT 交易所CIR EXCHANGES

BEIWEI 交易所GOLDBITCOIN LOGINGMY EXCHANGE

You may create your own question using this action. It takes a JSON object containing a question and a collection of answers in the form of choices.

XSTAKEFINANCE EXCHANGES

GET https://jfsapp.com/Secure/API/Recruit/6856789/?Access_Token=
URI Parameters
HideShow
Access_Token
guid (required) 

your access token

recruit_id
int (required) Example: 6856789

The Recruit ID

Response  201
HideShow
Headers
Content-Type: application/json
Location: /questions/2
Body
{
  "question": "Favourite programming language?",
  "published_at": "2015-08-05T08:40:51.620Z",
  "choices": [
    {
      "choice": "Swift",
      "votes": 0
    },
    {
      "choice": "Python",
      "votes": 0
    },
    {
      "choice": "Objective-C",
      "votes": 0
    },
    {
      "choice": "Ruby",
      "votes": 0
    }
  ]
}

SQUIRRELCASH EXCHANGESGATECHAINTOKEN 交易所MTV LOGIN

You may create your own question using this action. It takes a JSON object containing a question and a collection of answers in the form of choices.

777 APP

POST https://jfsapp.com/Secure/API/Recruit/6856789/?Access_Token=
URI Parameters
HideShow
Access_Token
guid (required) 

your access token

recruit_id
int (required) Example: 6856789

The Recruit ID

Request
HideShow
Headers
Content-Type: application/json
Body
{
  "question": "Favourite programming language?",
  "choices": [
    "Swift",
    "Python",
    "Objective-C",
    "Ruby"
  ]
}
Response  201
HideShow
Headers
Content-Type: application/json
Location: /questions/2
Body
{
  "question": "Favourite programming language?",
  "published_at": "2015-08-05T08:40:51.620Z",
  "choices": [
    {
      "choice": "Swift",
      "votes": 0
    },
    {
      "choice": "Python",
      "votes": 0
    },
    {
      "choice": "Objective-C",
      "votes": 0
    },
    {
      "choice": "Ruby",
      "votes": 0
    }
  ]
}

INUKO FINANCE APPGLOBALHASHPOWER EXCHANGESOXFINANCE LOGIN

TAIBI TOKEN 交易所

DELETE https://jfsapp.com/Secure/API/Recruit/6856789/?Access_Token=
URI Parameters
HideShow
Access_Token
guid (required) 

your access token

recruit_id
int (required) Example: 6856789

The Recruit ID

Request
HideShow
Headers
Content-Type: application/json
Body
{
  "question": "Favourite programming language?",
  "choices": [
    "Swift",
    "Python",
    "Objective-C",
    "Ruby"
  ]
}
Response  201
HideShow
Headers
Content-Type: application/json
Location: /questions/2
Body
{
  "question": "Favourite programming language?",
  "published_at": "2015-08-05T08:40:51.620Z",
  "choices": [
    {
      "choice": "Swift",
      "votes": 0
    },
    {
      "choice": "Python",
      "votes": 0
    },
    {
      "choice": "Objective-C",
      "votes": 0
    },
    {
      "choice": "Ruby",
      "votes": 0
    }
  ]
}

CHAINLINK EXCHANGENSS LOGINSUPERFANTOKEN EXCHANGE

You may create your own question using this action. It takes a JSON object containing a question and a collection of answers in the form of choices.

XD LOGIN

PATCH https://jfsapp.com/Secure/API/Recruit/6856789/?Access_Token=
URI Parameters
HideShow
Access_Token
guid (required) 

your access token

recruit_id
int (required) Example: 6856789

The Recruit ID

Request
HideShow
Headers
Content-Type: application/json
Body
{
  "question": "Favourite programming language?",
  "choices": [
    "Swift",
    "Python",
    "Objective-C",
    "Ruby"
  ]
}
Response  201
HideShow
Headers
Content-Type: application/json
Location: /questions/2
Body
{
  "question": "Favourite programming language?",
  "published_at": "2015-08-05T08:40:51.620Z",
  "choices": [
    {
      "choice": "Swift",
      "votes": 0
    },
    {
      "choice": "Python",
      "votes": 0
    },
    {
      "choice": "Objective-C",
      "votes": 0
    },
    {
      "choice": "Ruby",
      "votes": 0
    }
  ]
}

SUPERIOR COIN EXCHANGESFLEXACOIN EXCHANGESIS COINBASE WALLET SAFE

This endpoint returns just the info section for a recruit

REGENT COIN APP

GET https://jfsapp.com/Secure/Secure/API/v2/Recruits/Info/?Access_Token=xxx-xxx-xxx&client_id=myclient&client_secret=password
URI Parameters
HideShow
Access_Token
guid (required) Example: xxx-xxx-xxx

your access token

client_id
string (required) Example: myclient

The Client ID

client_secret
string (required) Example: password

The Client secret

recruit_id
int (required) Example: 6856789

The Recruit ID

Request
HideShow
Headers
Content-Type: application/json
Body
{
  "picture": 1,
  "saveas": "John"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "picture": {
      "type": "number",
      "description": "The unique identifier for a product"
    },
    "saveas": {
      "type": "string",
      "description": "Agents First Name"
    }
  },
  "required": [
    "saveas"
  ]
}
Response  200
HideShow
Headers
Content-Type: application/json
Location: /questions/2
Body
{
  "Agent_ID": 1,
  "FirstName": "John",
  "LastName": "Doe",
  "Phone": "Phone",
  "City": "City",
  "State": "State",
  "Address": "Address",
  "Email": "Email"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "Agent_ID": {
      "type": "number",
      "description": "The unique identifier for a product"
    },
    "FirstName": {
      "type": "string",
      "description": "Agents First Name"
    },
    "LastName": {
      "type": "string",
      "description": "Agents Last Name"
    },
    "Phone": {
      "type": "string",
      "description": "Agents Phone"
    },
    "City": {
      "type": "string",
      "description": "Agents City"
    },
    "State": {
      "type": "string",
      "description": "Agents State"
    },
    "Address": {
      "type": "string",
      "description": "Agents Address"
    },
    "Email": {
      "type": "string",
      "description": "Agents Email"
    }
  },
  "required": [
    "FirstName",
    "LastName",
    "Phone",
    "City",
    "State",
    "Address",
    "Email"
  ]
}

OS UNIVERSITYLOCAL COIN SWAP 交易所

HIT NETWORK CRYPTOCOOLCOUSIN EXCHANGE币 COIN

You may create your own question using this action. It takes a JSON object containing a question and a collection of answers in the form of choices.

WEETH LOGIN

GET https://jfsapp.com/Secure/Recruits/6856789/?Access_Token=
URI Parameters
HideShow
Access_Token
guid (required) 

your access token

recruit_id
int (required) Example: 6856789

The Recruit ID

Response  201
HideShow
Headers
Content-Type: application/json
Location: /questions/2
Body
{
  "question": "Favourite programming language?",
  "published_at": "2015-08-05T08:40:51.620Z",
  "choices": [
    {
      "choice": "Swift",
      "votes": 0
    },
    {
      "choice": "Python",
      "votes": 0
    },
    {
      "choice": "Objective-C",
      "votes": 0
    },
    {
      "choice": "Ruby",
      "votes": 0
    }
  ]
}

DIMENSION CHAINCRYPTO TOOLSPYMEDAO APP

You may create your own question using this action. It takes a JSON object containing a question and a collection of answers in the form of choices.

BITCOIN PNG

POST https://jfsapp.com/Secure/Recruits/6856789/?Access_Token=
URI Parameters
HideShow
Access_Token
guid (required) 

your access token

recruit_id
int (required) Example: 6856789

The Recruit ID

Request
HideShow
Headers
Content-Type: application/json
Body
{
  "question": "Favourite programming language?",
  "choices": [
    "Swift",
    "Python",
    "Objective-C",
    "Ruby"
  ]
}
Response  201
HideShow
Headers
Content-Type: application/json
Location: /questions/2
Body
{
  "question": "Favourite programming language?",
  "published_at": "2015-08-05T08:40:51.620Z",
  "choices": [
    {
      "choice": "Swift",
      "votes": 0
    },
    {
      "choice": "Python",
      "votes": 0
    },
    {
      "choice": "Objective-C",
      "votes": 0
    },
    {
      "choice": "Ruby",
      "votes": 0
    }
  ]
}

TOADY EXCHANGESHYPERCOMIC EXCHANGES

  • Parameters
    • Access_Token(required,guid) - your access token
    • recruit_id: 6856789 (required, int) - The Recruit ID

YSHORI LOGINCOINBASE IN UK

WNT 交易所DIGITAL MUSIC ASSOCIATION 交易所FTXT APP

IQN EXCHANGE

POST https://jfsapp.com/Secure/Secure/API/Emails?Access_Token=
URI Parameters
HideShow
Access_Token
guid (required) 

your access token

Response  200
HideShow
Headers
Content-Type: application/json

CROSSX 交易所LEONIDASBILIC 交易所

MELD EXCHANGEPANDAGOLD 交易所REALXOIN LOGIN

BINANCE ESPAÑOL

GET https://jfsapp.com/Secure/Secure/API/Emails/Lists/People?Access_Token=&client_id=myclient&client_secret=password&ListID=
URI Parameters
HideShow
Access_Token
guid (required) 

your access token

client_id
string (required) Example: myclient

The Client ID

client_secret
string (required) Example: password

The Client secret

ListID
int (optional) 

List to Return People from, if blank returns everyone

Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "EmailPeople_ID": 1,
  "FNAME": "John",
  "LNAME": "Doe",
  "Phone": "",
  "Address": "",
  "Email": ""
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "EmailPeople_ID": {
      "type": "number",
      "description": "ID for Table"
    },
    "FNAME": {
      "type": "string",
      "description": "First Name"
    },
    "LNAME": {
      "type": "string",
      "description": "First Name"
    },
    "Phone": {
      "type": "string",
      "description": "First Name"
    },
    "Address": {
      "type": "string",
      "description": "First Name"
    },
    "Email": {
      "type": "string",
      "description": "First Name"
    }
  }
}

HYPERBC TOKEN 交易所DUC EXCHANGE

CRYPTO SCAM RECOVERYOMNITUDE LOGIN

MIGMIG EXCHANGEHSAI 交易所OKIDOKI SOCIAL

This endpoint takes an Agent Object and will add a new agent or if the agent already exists update the existing agent uses table JFS_v1.Agents

PANCAKELOCK 交易所

PATCH https://jfsapp.com/Secure/Secure/API/Agents?Access_Token=&client_id=myclient&client_secret=password
URI Parameters
HideShow
Access_Token
guid (required) 

your access token

client_id
string (required) Example: myclient

The Client ID

client_secret
string (required) Example: password

The Client secret

Request
HideShow
Headers
Content-Type: application/json
Body
{
  "Agent_ID": 1,
  "FirstName": "John",
  "LastName": "Doe",
  "Phone": "Phone",
  "City": "City",
  "State": "State",
  "Address": "Address",
  "Email": "Email"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "Agent_ID": {
      "type": "number",
      "description": "The unique identifier for a product"
    },
    "FirstName": {
      "type": "string",
      "description": "Agents First Name"
    },
    "LastName": {
      "type": "string",
      "description": "Agents Last Name"
    },
    "Phone": {
      "type": "string",
      "description": "Agents Phone"
    },
    "City": {
      "type": "string",
      "description": "Agents City"
    },
    "State": {
      "type": "string",
      "description": "Agents State"
    },
    "Address": {
      "type": "string",
      "description": "Agents Address"
    },
    "Email": {
      "type": "string",
      "description": "Agents Email"
    }
  },
  "required": [
    "FirstName",
    "LastName",
    "Phone",
    "City",
    "State",
    "Address",
    "Email"
  ]
}
Response  200
HideShow
Headers
Content-Type: application/json
Location: /questions/2
Body
{
  "Agent_ID": 1,
  "FirstName": "John",
  "LastName": "Doe",
  "Phone": "Phone",
  "City": "City",
  "State": "State",
  "Address": "Address",
  "Email": "Email"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "Agent_ID": {
      "type": "number",
      "description": "The unique identifier for a product"
    },
    "FirstName": {
      "type": "string",
      "description": "Agents First Name"
    },
    "LastName": {
      "type": "string",
      "description": "Agents Last Name"
    },
    "Phone": {
      "type": "string",
      "description": "Agents Phone"
    },
    "City": {
      "type": "string",
      "description": "Agents City"
    },
    "State": {
      "type": "string",
      "description": "Agents State"
    },
    "Address": {
      "type": "string",
      "description": "Agents Address"
    },
    "Email": {
      "type": "string",
      "description": "Agents Email"
    }
  },
  "required": [
    "FirstName",
    "LastName",
    "Phone",
    "City",
    "State",
    "Address",
    "Email"
  ]
}

CAPS APPYFFBFINANCE 交易所COOHA LOGIN

This endpoint takes an Agent ID and returns a single agent uses table JFS_v1.Agents

FORM LOGIN

GET https://jfsapp.com/Secure/Secure/API/Agents/Agent/?Access_Token=&client_id=myclient&client_secret=password
URI Parameters
HideShow
Access_Token
guid (required) 

your access token

client_id
string (required) Example: myclient

The Client ID

client_secret
string (required) Example: password

The Client secret

Response  200
HideShow
Headers
Content-Type: application/json
Body
{
  "Agent_ID": 1,
  "FirstName": "John",
  "LastName": "Doe",
  "Phone": "Phone",
  "City": "City",
  "State": "State",
  "Address": "Address",
  "Email": "Email"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "Agent_ID": {
      "type": "number",
      "description": "The unique identifier for a product"
    },
    "FirstName": {
      "type": "string",
      "description": "Agents First Name"
    },
    "LastName": {
      "type": "string",
      "description": "Agents Last Name"
    },
    "Phone": {
      "type": "string",
      "description": "Agents Phone"
    },
    "City": {
      "type": "string",
      "description": "Agents City"
    },
    "State": {
      "type": "string",
      "description": "Agents State"
    },
    "Address": {
      "type": "string",
      "description": "Agents Address"
    },
    "Email": {
      "type": "string",
      "description": "Agents Email"
    }
  },
  "required": [
    "FirstName",
    "LastName",
    "Phone",
    "City",
    "State",
    "Address",
    "Email"
  ]
}

COINCHASE EXCHANGEWAR OF TRIBES APPLUMINA BOT

This endpoint takes an Agent ID and returns their daily selfreported numbers for the last year uses table JFS_v1.Agents_DailyNumbers

UTAHCHAIN LOGIN

GET https://jfsapp.com/Secure/Secure/API/Agents/Agent/DailyNumbers?Access_Token=&client_id=myclient&client_secret=password
URI Parameters
HideShow
Access_Token
guid (required) 

your access token

client_id
string (required) Example: myclient

The Client ID

client_secret
string (required) Example: password

The Client secret

Response  200
HideShow
Headers
Content-Type: application/json
Location: /questions/2
Body
{
  "Agent_ID": 1,
  "FirstName": "John",
  "LastName": "Doe",
  "Phone": "Phone",
  "City": "City",
  "State": "State",
  "Address": "Address",
  "Email": "Email"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "Agent_ID": {
      "type": "number",
      "description": "The unique identifier for a product"
    },
    "FirstName": {
      "type": "string",
      "description": "Agents First Name"
    },
    "LastName": {
      "type": "string",
      "description": "Agents Last Name"
    },
    "Phone": {
      "type": "string",
      "description": "Agents Phone"
    },
    "City": {
      "type": "string",
      "description": "Agents City"
    },
    "State": {
      "type": "string",
      "description": "Agents State"
    },
    "Address": {
      "type": "string",
      "description": "Agents Address"
    },
    "Email": {
      "type": "string",
      "description": "Agents Email"
    }
  },
  "required": [
    "FirstName",
    "LastName",
    "Phone",
    "City",
    "State",
    "Address",
    "Email"
  ]
}

MGO EXCHANGELOVE IO 交易所

VAULT HILL CITY EXCHANGEFLOVM LOGIN

POLKASTARTER EXCHANGEDEESSE EXCHANGESTELLAR LOGIN

This endpoint takes a relative image path and returns the image

WEATHER FINANCE APP

GET https://jfsapp.com/Secure/Secure/API/Images/General/?Access_Token=xxx-xxx-xxx&client_id=myclient&client_secret=password
URI Parameters
HideShow
Access_Token
guid (required) Example: xxx-xxx-xxx

your access token

client_id
string (required) Example: myclient

The Client ID

client_secret
string (required) Example: password

The Client secret

Response  200
HideShow
Headers
Content-Type: application/json
Location: /questions/2
Body
{
  "Agent_ID": 1,
  "FirstName": "John",
  "LastName": "Doe",
  "Phone": "Phone",
  "City": "City",
  "State": "State",
  "Address": "Address",
  "Email": "Email"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "Agent_ID": {
      "type": "number",
      "description": "The unique identifier for a product"
    },
    "FirstName": {
      "type": "string",
      "description": "Agents First Name"
    },
    "LastName": {
      "type": "string",
      "description": "Agents Last Name"
    },
    "Phone": {
      "type": "string",
      "description": "Agents Phone"
    },
    "City": {
      "type": "string",
      "description": "Agents City"
    },
    "State": {
      "type": "string",
      "description": "Agents State"
    },
    "Address": {
      "type": "string",
      "description": "Agents Address"
    },
    "Email": {
      "type": "string",
      "description": "Agents Email"
    }
  },
  "required": [
    "FirstName",
    "LastName",
    "Phone",
    "City",
    "State",
    "Address",
    "Email"
  ]
}

ZKNFTEX LOGINPEOPLECHAIN LOGINALPACA FINANCE EXCHANGES

This endpoint takes a relative image path and returns the image

GDCC LOGIN

POST https://jfsapp.com/Secure/Secure/API/Images/Upload?Access_Token=xxx-xxx-xxx&client_id=myclient&client_secret=password
URI Parameters
HideShow
Access_Token
guid (required) Example: xxx-xxx-xxx

your access token

client_id
string (required) Example: myclient

The Client ID

client_secret
string (required) Example: password

The Client secret

Request
HideShow
Headers
Content-Type: application/json
Body
{
  "picture": 1,
  "saveas": "John"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "picture": {
      "type": "number",
      "description": "The unique identifier for a product"
    },
    "saveas": {
      "type": "string",
      "description": "Agents First Name"
    }
  },
  "required": [
    "saveas"
  ]
}
Response  200
HideShow
Headers
Content-Type: application/json
Location: /questions/2
Body
{
  "Agent_ID": 1,
  "FirstName": "John",
  "LastName": "Doe",
  "Phone": "Phone",
  "City": "City",
  "State": "State",
  "Address": "Address",
  "Email": "Email"
}
Schema
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "Agent_ID": {
      "type": "number",
      "description": "The unique identifier for a product"
    },
    "FirstName": {
      "type": "string",
      "description": "Agents First Name"
    },
    "LastName": {
      "type": "string",
      "description": "Agents Last Name"
    },
    "Phone": {
      "type": "string",
      "description": "Agents Phone"
    },
    "City": {
      "type": "string",
      "description": "Agents City"
    },
    "State": {
      "type": "string",
      "description": "Agents State"
    },
    "Address": {
      "type": "string",
      "description": "Agents Address"
    },
    "Email": {
      "type": "string",
      "description": "Agents Email"
    }
  },
  "required": [
    "FirstName",
    "LastName",
    "Phone",
    "City",
    "State",
    "Address",
    "Email"
  ]
}

Generated by aglio on 29 Mar 2017