Skip to content
Kang HyoJun edited this page Jun 23, 2013 · 2 revisions

Default parameters

Any kind of request MUST contain api_token.

account_id: mintpresso account id
api_token: api token can be found in mintpresso API setting

Point APIs

Get a point by id

url:

/v1/account/:account_id/point/:id

Accept:

application/json

Queries:
  • api_token
response:
{"point": {...}}

Get a point by Type of Identifier

url:

/v1/account/:account_id/point

Accept:

application/json

Queries:
  • api_token
  • type: [string|null]
  • identifier: [string:null]
  • limit: [long:null]
  • offset: [long:null]

Edge APIs

Clone this wiki locally