manaable REST API
What's manaableAbout Us
What's manaableAbout Us
  1. Members
  • Introduction
  • イントロダクション
  • API v3
    • Members
      • Get Members
        GET
      • Get Member by ID
        GET
    • Teams
      • Get Teams
      • Get Team by ID
  • API v2
  • API v1
  1. Members

Get Member by ID

GET
/api/v3/members/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v3/members/1?fields&includes' \
--header 'api-key;'
Response Response Example
200 - Example 1
{
    "code": "2000",
    "message": "success",
    "data": {
        "id": 0,
        "updated_at": "string",
        "first_name": "string",
        "last_name": "string",
        "kana_first_name": "string",
        "kana_last_name": "string",
        "gender": "string",
        "d_o_b": "string",
        "postal_code": "string",
        "street_address": "string",
        "phone_number": "string",
        "prefecture": "string",
        "municipality": "string",
        "town": "string"
    }
}

Request

Authorization
Add parameter in header
api-key
Example:
api-key: ********************
Path Params

Query Params

Responses

🟢200Success
application/json
Body

🟠403Forbidden
🟠404Not Found
🔴500Internal Server Error
Modified at 2024-06-04 12:18:45
Previous
Get Members
Next
Get Teams
Built with