Add assignees to Subscription

Endpoint to add assignees to a Subscription.

Log in to see full request history
Required scopes:
  • subscription_write
Fingerprint order:
  • id,token
Path Params
string
required

The Subscription ID.

Body Params
add_assignees
array of strings
required

List of new User IDs to add as assignees.

add_assignees*
Headers
string
required
Defaults to {{fingerprint}}

Advanced authentication: SHA512SUM of the Fingerprint order values.

string
required
Defaults to {{fingerprint_signature}}

Advanced authentication: Signature of the X-Soldo-Fingerprint.

Responses

Subscription.

Response body
object
assignees
array

List of User ID currently assigned to the Subscription and its Card.

assignees
string

The ID of the Card reserved for this Subscription (only available after the subscription is activated).

string

The date and time when the Subscription was last updated.

string

A custom description of the Subscription.

string

The Subscription ID.

number

The amount of the last Transaction made with the Card.

string

The date and time of the last Transaction made with the Card.

string

The date and time when the Subscription was last updated.

string

The name of the Subscription.

string

The payment frequency indicates how often a Transaction is expected to be made.

OTHER YEARLY WEEKLY QUARTERLY MONTHLY

string

The platform the Subscription is made on.

ADOBE AMAZON APPLE ATLASSIAN FACEBOOK FIGMA GITHUB GOOGLE HUBSPOT LINKEDIN MICROSOFT NOTION OTHER PINTEREST SALESFORCE TWITTER XERO ZOOM

string

The status of the Subscription.

ACTIVE ASSIGNED CANCELLED

number

The overall amount spent with the Card.

string

The ID of the Wallet the Subscription and its Card are linked to.

400

Your request has missing arguments or is malformed.

Language
Credentials
OAuth2
URL