Skip to main content

Get an Account Member

GET 

/v2/account-members/:accountMemberID

Get an account member from your store

Request

Path Parameters

    accountMemberID stringrequired

    The unique identifier of the account member that you want to retrieve.

Responses

OK

Schema
    data object
    id string

    The unique identifier for the account member.

    type string

    Default value: account_member

    The type of the object that is returned.

    name string

    The name of the account member.

    email string

    The email address of the account member.

    meta object
    timestamps object
    created_at string

    The date the account is created.

    updated_at string

    The date the account is updated.

    links object
    self string

    A URL to the specific resource.

Loading...