Versions Compared
Version | Old Version 4 | New Version Current |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Notewarning |
---|
This API is being deprecated and replaced with APIv2. Please email support@membes.com.au for access to the APIv2 documentation. |
Enable the API
The membes API incurs a setup and ongoing fee (provided on request), the customer can request access by logging a ticket in the Help Desk or emailing support@membes.com.au.
Access URL
The API EndPoints can be accessed via one of the following URLs:
Access URL: api.membes.com.au
The Access URL used is referred to as [access-url]
throughout this document.
Authentication
Authentication is completed using the OAuth 2.0 Protocol (http://oauth.net/2).
To complete authentication, you will need to obtain the client_id
and client_secret
API keys.
The customer can request the API keys via the Help Desk or developers can email a request to support@membes.com.au.
Request
Method | URL |
---|---|
POST |
|
Type | Params | URL |
---|---|---|
POST |
|
|
POST |
|
|
Response
Status | Response | |||||
---|---|---|---|---|---|---|
200 |
|
End points
End point documentation can be found at http://apidocs.membes.com.au.
Conventions
Client - Client application
Status - HTTP status code of response
All the possible responses are listed under “responses” for each method. Only one of them is issued per request server.
All responses are in JSON format.
All request parameters are mandatory unless explicitly marked as
[optional]
.The type of values accepted for a request parameter are shown the values column like this
[10|<any number>]
. The|
symbol meansOR
. If the parameter is[optional]
, the default value is shown in blue bold text as10
is written in[10|<any number>]
.
Table of Contents |
---|