Members
Retrieve a Member
Returns a member
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the Member, which will look like mber_*************.
Response
200 - application/json
The ID of the company, which will look like biz_*************
The ID of the user, which will look like user_*************
The date the member was created as a unix timestamp.
The status of the member
Available options:
joined
, left
, drafted
The most recent action of the member
The ID of the user, which will look like user_*************
Was this page helpful?