POST /api/partner/signup

POST /api/partner/signup

Body

  • storeChainName string | null
  • userEmailAddress string | null
  • userFirstName string | null
  • userLastName string | null
  • legalIdentifier string | null
  • countryCode string | null
  • Additional properties are NOT allowed

Body

  • storeChainName string | null
  • userEmailAddress string | null
  • userFirstName string | null
  • userLastName string | null
  • legalIdentifier string | null
  • countryCode string | null
  • Additional properties are NOT allowed

Body

  • storeChainName string | null
  • userEmailAddress string | null
  • userFirstName string | null
  • userLastName string | null
  • legalIdentifier string | null
  • countryCode string | null
  • Additional properties are NOT allowed

Responses

  • Success

    Hide response attributes Show response attributes object
    • authKey string | null
    • Additional properties are NOT allowed
    Hide response attributes Show response attributes object
    • authKey string | null
    • Additional properties are NOT allowed
    Hide response attributes Show response attributes object
    • authKey string | null
    • Additional properties are NOT allowed
POST /api/partner/signup
curl \
 --request POST 'https://demo.api.fygi.store/api/partner/signup' \
 --header "Content-Type: application/json" \
 --data '{"storeChainName":"string","userEmailAddress":"string","userFirstName":"string","userLastName":"string","legalIdentifier":"string","countryCode":"string"}'
curl \
 --request POST 'https://demo.api.fygi.store/api/partner/signup' \
 --header "Content-Type: text/json"
curl \
 --request POST 'https://demo.api.fygi.store/api/partner/signup' \
 --header "Content-Type: application/*+json"
Request examples
{
  "storeChainName": "string",
  "userEmailAddress": "string",
  "userFirstName": "string",
  "userLastName": "string",
  "legalIdentifier": "string",
  "countryCode": "string"
}
Request examples
{
  "storeChainName": "string",
  "userEmailAddress": "string",
  "userFirstName": "string",
  "userLastName": "string",
  "legalIdentifier": "string",
  "countryCode": "string"
}
Request examples
{
  "storeChainName": "string",
  "userEmailAddress": "string",
  "userFirstName": "string",
  "userLastName": "string",
  "legalIdentifier": "string",
  "countryCode": "string"
}
Response examples (200)
{
  "authKey": "string"
}
Response examples (200)
{
  "authKey": "string"
}