# Developer Partner APIs

The Developer Partner Account APIs support partner onboarding by creating and managing onboarding invitations for developer partners. These APIs are used to initiate account setup by sending an onboarding invitation to a partner’s email address.

An invitation represents the starting point of the developer partner onboarding flow. It defines:

- The partner email address to which the invitation is sent
- The invitation validity period after which the request expires

Only one active invitation can exist for a given email address at a time. After the invitation expires, a new invitation can be created for the same email address.


Version: 1.0.0

## Servers

Sandbox Server
```
https://api-sandbox.sendpro360.pitneybowes.com/developerprofile
```

Production Server (uses live data)
```
https://api.sendpro360.pitneybowes.com/developerprofile
```

## Security

### bearerAuth

Type: http
Scheme: bearer

## Download OpenAPI description

[Developer Partner APIs](https://docs.sendpro360.pitneycloud.com/_bundle/openapi/partneraccount.yaml)

## Invitation

APIs for creating and managing developer partner onboarding invitations. These APIs support the initiation of the onboarding process by generating invitation requests tied to a partner email address and a defined validity period. They are used to control partner access to the onboarding flow and ensure that invitation requests remain unique per email address until expiry.

### Create Merchant onboarding Invitation

 - [POST /api/v1/invitation](https://docs.sendpro360.pitneycloud.com/openapi/partneraccount/invitation/createpartnerinvitation.md): "This operation creates the partner onboarding email invitation. These are the requirements to create this request:
- Email Address: Email ID of the developer partner. Only one request can be generated per email address.
- Request Expiration Days: User needs to specifies how long the onboarding invitation is valid. Once the invitation expires, a new invitation request can be generated on the same email address."

