Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • To access Fenix commerce API, One must get authenticated as soon as authToken gets expired

Resource Name

Authentication

URL

/login

Method

POST

Headers

  • username

  • password

  • x-api-key

Response Body

{
"id": "",
"firstName": "fenixname",
"lastName": "Dev",
"phone": null,
"emailId": "fenixname",
"type": "business_user",
"status": "ACTIVE",
"organizationId": "",
"authToken": "MWI2MjcwMTMwhZjQzZDJkMmNmNTI",
"x-identity": "dd704b93ecedc04c87fda804c"
}

...

  • authToken get expired for every 24hrs(UTC)

  • x-identity will be rotated once every three months

  • x-api-key will be rotated once every six months

Note: In case of issues. Please feel free to reach out to fixd.support@fenixcommerce.ai