Members
Retrieve a Member
Returns a member
GET
/
v5
/
app
/
members
/
{id}
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 user, which will look like user_*************
The ID of the company, which will look like biz_*************
The status of the member
Available options:
joined
, left
, drafted
The date the member was created as a unix timestamp.
The ID of the user, which will look like user_*************
The most recent action of the member
Was this page helpful?