Create an app
App management API
Create an app
Creates an app in draft status, owned by the calling account. Only visible to the account until approved by the Vambe team.
POST
Create an app
Creates an app in
draft status, owned by the calling account. The app stays
visible only to your account until the Vambe team approves it; once approved it
becomes installable by any account. The response includes the signing_secret
used to sign webhook payloads โ store it securely, it is shown only on create
and on rotate.Body
application/json
Minimum string length:
2Minimum string length:
1Minimum string length:
1Pattern:
^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$Minimum string length:
5Minimum string length:
2Pattern:
^[a-z0-9-]+$Response
201 - undefined
