Get customer by ID
GET
/extapi/v1.0/customers/{id}Mengambil satu customer dari database dengan ID tertentu.
ID customer yang hendak diambil diisikan di URL sebagai path setelah /customers. Contoh: /customers/123456
API ini membutuhkan team_token sebagai parameter dan Bearer Token sebagai authentification.
Request
Path Params
id
integer
required
Query Params
team_token
string
required
Team token from api /extapi/v1.0/team_token
Example:
eyJkYl9pZCI6Mjk4MSwidGVhbV9pZCI6MjQ3Mjh9.LpZ9LEpy123lwzYjzypStjdk123
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 20 days ago