Single Member Actions
Get Member
GET
This API returns a single member given their Onsi provided member_id
.
Authorizations
Headers
Unique key to ensure idempotency of the request
Path Parameters
The unique identifier for a Member, prefixed with mem_
Example:
"mem_<id>"
Response
200 - application/json
200
A member on the platform.
Onsi's ID of the member
Example:
"mem_q5sdae3se6eg9m9dcvug"
Example:
"John"
Example:
"Smith"
Example:
"+447123456789"
Tier name for the member
Example:
"Gold"
Unique ID provided by API consumer, must be unique across all members (active, invited and inactive)
Example:
"ID_123"
The status of the member.
Available options:
active
, invited
, inactive
Example:
{
"accountHolder": "John Smith",
"sortCode": "123456",
"accountNumber": "12345678"
}
Example:
true