Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The Idempotency Key - usually a UUID
Body
application/json
Request to create a new partner
You can create a Namespace for an Organization through the dashboard by passing the required information to Paylias.
The domain must be a string that conforms to this regexp `^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+$` and must be at a minimum 2 characters long and at a maximum 100 characters long
The name must be a string that is at a minimum 2 characters long and at a maximum 100 characters long
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The Idempotency Key - usually a UUID
Request to create a new partner