Members

Member get. Includes more member actions in sub-directories.

get

Returns all member data for a given member that is a part of your store. Merchant is pulled from the public API key for security reasons. Make sure to include the customer ID in the request path.

Path parameters
idstringRequired

The customer ID number.

Header parameters
X-Inveterate-Api-KeystringRequired

Your private Inveterate API key.

Responses
chevron-right
200

Returned upon successful direct action to our database. Action is immediate.

application/json
messagestringRequired

The message associated with the response. Generally, the message only confirms the requested action. In the case of errors, the message will give insight into the source of the error.

dataobjectRequired

The data associated with the response. Data is only returned from errors if the error originates from our backend to give further insight into the nature of the error.

get
/v2.0/storefront/members/{id}

Last updated

Was this helpful?