curl --request GET \
--url https://pullrule.com/api/2025-04/members/{member} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"name": "<string>",
"profile_photo_url": "<string>",
"created_at": 123,
"links": {
"pull_requests": "<string>"
}
}
}Retrieves a Customer object for a valid identifier.
curl --request GET \
--url https://pullrule.com/api/2025-04/members/{member} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"name": "<string>",
"profile_photo_url": "<string>",
"created_at": 123,
"links": {
"pull_requests": "<string>"
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.pullrule.com/llms.txt
Use this file to discover all available pages before exploring further.