Moneybird logo
Moneybird API

Customer contact portal

Endpoint:https://moneybird.com/api/v2

GET
https://moneybird.com/api/v2
/{administration_id}/customer_contact_portal/{contact_id}/invoices{format}

Generate a temporary link to the invoices in the customer contact portal. The link will expire after 1 hour.

  • administration_idstring | integer · pattern: ^\d+$ · required

    The unique identifier of the administration

    A unique record identifier of an administration

  • contact_idstring | integer · pattern: ^\d+$ · required

    A unique record identifier

  • formatstring · pattern: ^(.(json|xml))?$ · required

    The format in which the response is given, can be empty to use the default format

    Default: .json

Temporary link generated successfully

string

GET
https://moneybird.com/api/v2
/{administration_id}/customer_contact_portal/{contact_id}/subscriptions/{id}{format}

Generate a temporary link to the subscriptions in the customer contact portal. The link will expire after 1 hour. Creating the online sales link can be done using the Create online sales link endpoint.

  • administration_idstring | integer · pattern: ^\d+$ · required

    The unique identifier of the administration

    A unique record identifier of an administration

  • contact_idstring | integer · pattern: ^\d+$ · required

    A unique record identifier

  • idstring | integer · pattern: ^\d+$ · required

    A unique record identifier

  • formatstring · pattern: ^(.(json|xml))?$ · required

    The format in which the response is given, can be empty to use the default format

    Default: .json

Temporary link generated successfully

string

GET
https://moneybird.com/api/v2
/{administration_id}/customer_contact_portal/{contact_id}{format}

Generate a temporary link to the customer contact portal. The link will expire after 1 hour.

  • administration_idstring | integer · pattern: ^\d+$ · required

    The unique identifier of the administration

    A unique record identifier of an administration

  • contact_idstring | integer · pattern: ^\d+$ · required

    A unique record identifier

  • formatstring · pattern: ^(.(json|xml))?$ · required

    The format in which the response is given, can be empty to use the default format

    Default: .json

Temporary link generated successfully

string