TheSpiritProject REST API

This API's are used to provide the data to inbound project from one domain to another domain. You can test the API with given environment (Production). All the api request start with http://beta.core.thespiritproject.com/api/XXX---XXX*

Note : XXX replaces with API name.



You must use your domian-key, api_key, api_secret for that method.

You'll get your domian-key, api_key, api_secret by API owner so contact to API owner according to your Domain name and Organization.

When you will use Authenticate API it will always return an encrypted authentication token back for use on subsequent calls.

That token remains valid only for next 1 hour after generating for user of other subsequent calls.


Method: POST

URI: /authenticatie

Authentication: Require a valid domian-key,api_key and secret key to use this API

*Required HEADER
Parameters Type Description
domain-key String This accedomainss-key required to use this API. You can get this domain-key from API owner.
api_key String This api_key required to use this API. You can get this api_key from API owner.
api_secret String This api_secret required to use this API. You can get this api_secret from API owner.
*Required POST fields(All post data is in json format entered in raw payload.)
Parameters Type Description
username* Integer This is email you enters for login into dashboard.
password* Integer This is password for login into dashboard.


TheSpiritProject API returns data in JSON format. Example authenticate return the user details with token in this format: