Retrieve a member
Central
api.brault.app— this host is the same in every regionAuthorization
apiKey AuthorizationBearer <token>
API key from Settings → Developers
In: header
Path Parameters
userId*string
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/members/string"{ "object": "member", "id": "string", "name": "string", "email": "string", "avatar_url": "string", "role": { "id": "string", "name": "string", "slug": "admin" }, "joined_at": "2019-08-24T14:15:22Z"}