Loading…

Heeloo

GST Return Filing APIs
  • GSP Supporting APIS
  • Total Count: 169

Sample Request
Sample URL https://gsp.adaequare.com/gsp/authenticate?grant_type=token
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
GSP Authentication {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1 GSP v1.0 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/authenticate
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
GSP Authentication {
"app_key": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"username": "taxpayer_user_name",
"action": "{0}",
"otp": "hQ2rkYe2cpIP4TkYTU9XGA=="
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/authenticate OTPREQUEST v0.2 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/authenticate
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
GSP Authentication {
"app_key": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"username": "taxpayer_user_name",
"action": "{0}",
"otp": "hQ2rkYe2cpIP4TkYTU9XGA=="
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/authenticate AUTHTOKEN v0.2 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/authenticate
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
GSP Authentication {
"app_key": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"username": "taxpayer_user_name",
"action": "{0}",
"otp": "hQ2rkYe2cpIP4TkYTU9XGA=="
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/authenticate REFRESHTOKEN v0.2 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1
HTTP Method PUT
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1 RETSAVE v0.2 Rest API PUT

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1?action=B2B&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1 B2B v1.1 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1?action=B2BA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1 B2BA v1.1 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1?action=B2CL&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1 B2CL v1.1 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1?action=B2CLA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1 B2CLA v1.1 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1?action=B2CS&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1 B2CS v1.1 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1?action=B2CSA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1 B2CSA v1.1 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1?action=CDNR&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1 CDNR v1.1 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1?action=CDNRA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1 CDNRA v1.1 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1?action=NIL&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1 Nil v1.1 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1?action=EXP&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1 EXP v1.1 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1?action=EXPA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1 EXPA v1.1 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1?action=AT&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1 AT v1.1 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1?action=ATA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1 ATA v1.1 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1?action=TXP&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1 TXP v1.1 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1?action=HSNSUM&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1 HSNSUM v1.1 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1?action=RETSUM&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1 RETSUM v1.1 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1?action=CDNUR&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1 CDNUR v1.1 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1?action=CDNURA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1 CDNURA v1.1 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Headers {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1 RETSUBMIT v1.1 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Headers {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1 RETFILE v1.1 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns?action=FILEDET&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns FILEDET v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1?action=DOCISS&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1 DOCISS v1.1 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1?action=TXPA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1 TXPA v1.1 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1a
HTTP Method PUT
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1 RETSAVE v0.3 Rest API PUT

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1a?action=B2B&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1a B2B v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1a?action=B2BA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1a B2BA v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1a?action=CDNR&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1a CDNR v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1a?action=CDNRA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1a CDNRA v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1a?action=RETSUM&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1a RETSUM v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1a
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1a RETSUBMIT v0.3 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr1a
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr1a RETFILE v0.3 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample
Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2
HTTP Method PUT
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 RETSAVE v0.3 Rest API PUT

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2?action=B2B&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 B2B v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2?action=B2BA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 B2BA v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2?action=IMPG&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 IMPG v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2?action=IMPGA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 IMPGA v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2?action=IMPS&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 IMPS v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2?action=IMPGA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 IMPSA v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2?action=CDN&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 CDN v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2?action=CDNA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 CDNA v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2?action=NIL&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 NIL v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2?action=ISD&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 ISD v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2?action=TDS&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 TDS v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2?action=TCS&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 TCS v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2?action=ITC&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 ITC v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2?action=TXLI&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 TXLI v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2?action=ATXLI&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 ATXLI v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2?action=TXP&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 TXP v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2?action=RETSUM&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 RETSUM v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2?action=HSNSUM&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 HSNSUM v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 RETSUBMIT v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 RETFILE v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2?action=B2BUR&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 B2BUR v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2?action=ITCRVSL&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 ITCRVSL v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2?action=CDNUR&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 CDNUR v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2?action=B2B&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 B2BA v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2?action=CDNR&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 CDN v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr2?action=ISD&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr2 ISD v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample
Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr3
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr3 retsave v0.3 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr3?action=RETSUM&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr3 RETSUM v0.3 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr3?action=GENERATE&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr3 GENERATE v0.3 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr3
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr3 RETFILE v0.3 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr3
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr3 RETACCEPT v0.3 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr3
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr3 RETOFFSET v0.3 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample
Sample
Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr3b?action=RETSUM&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr3b RETFILE v0.3 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr3b
HTTP Method PUT
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr3b RETSAVE v0.3 Rest API PUT

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr3b
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr3b RETSUBMIT v0.3 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr3b
HTTP Method PUT
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr3b RETOFFSET v0.3 Rest API PUT

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr3b
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr3b RETFILE v0.3 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample
Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr4
HTTP Method PUT
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr3b RETSAVE v0.3 Rest API PUT

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr4?action=B2B&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr4 B2B v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr4?action=B2BUR&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr4 B2BUR v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr4?action=IMPS&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr4 IMPS v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr4?action=CDNR&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr4 CDNR v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr4?action=CDNUR&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr4 CDNUR v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr4?action=TXOS&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr4 TXOS v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr4?action=AT&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr4 AT v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr4?action=TXP&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr4 TXP v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr4?action=RETSUM&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr4 RETSUM v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr4
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr4 RETSUBMIT v0.3 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr4?action=TDS&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr4 TDS v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr4
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr4 RETFILE v0.3 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr4
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr4 SETOFF v0.3 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample
Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr5?action=B2B&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr5 B2B v1.0 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr5?action=CDN&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr5 CDN v1.0 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr5?action=IPMG&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr5 IPMG v1.0 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr5
HTTP Method PUT
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr5 RETSAVE v1.0 Rest API PUT

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr5?action=RETSUM&gstin=YOURGSTIN&ret_period=072017
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr5 RETSUM v1.0 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr5
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr5 RETSUBMIT v1.0 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr5
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr5 RETFILE v1.0 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr5?action=B2CL&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr5 B2CL v1.0 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr5?action=B2CS&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr5 B2CS v1.0 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr5?action=CDN&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr5 CDN v1.0 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr5?action=TTXLI&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr5 TTXLI v1.0 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr5
HTTP Method PUT
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr5 RETOFFSET v1.0 Rest API PUT

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr5?action=B2BA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr5 B2BA v1.0 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr5?action=CDNA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr5 CDNA v1.0 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr5?action=IMPGA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr5 IMPGA v1.0 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr5?action=B2CLA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr5 B2CLA v1.0 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr5?action=B2CSA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr5 B2CSA v1.0 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr5?action=CDNA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr5 CDNA v1.0 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Heading
Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr6
HTTP Method PUT
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr6 RETSAVE v0.3 Rest API PUT

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr6?action=B2B&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr6 B2B v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr6?action=CDN&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr6 CDN v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr6?action=ISD&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr6 ISD v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr6?action=RETSUM&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr6 RETSUM v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr6
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr6 RESUBMIT v0.3 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr6
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr6 RETFILE v0.3 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr6?action=LATEFEE&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr6 LATEFEE v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr6?action=ITC&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr6 ITC v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr6?action=MISMATCH&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr6 MISMATCH v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr6?action=REFCLM&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr6 REFCLM v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr6
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr6 SUBMITREFCLM v0.3 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr6
HTTP Method PUT
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr6 SETOFFCASH v0.3 Rest API PUT

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Heading
Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8
HTTP Method PUT
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr8 RETSAVE v0.3 Rest API PUT

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=B2B&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr8 B2B v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=B2BA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr8 B2BA v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=B2C&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr8 B2C v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=B2CA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr8 B2CA v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=CDNR&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr8 CDNR v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=CDNRA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr8 CDNRA v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=CDNUR&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr8 CDNUR v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=CDNURA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr8 CDNURA v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=RETSUM&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr8 RETSUM v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=REFUND &gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr8 REFUND v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=TXP &gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr8 TXP v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=TCS &gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr8 TCS v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8
HTTP Method PUT
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr8 REFUNDSAVE v0.3 Rest API PUT

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr8 RETSUBMIT v0.3 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr8 SUBMITREFUND v0.3 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr8 RETFILE v0.3 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=TCSA &gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr8 TCSA v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=ARNTRACK &gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr8 ARNTRACK v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=ATTRACK &gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr8 ATTRACK v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=PITCTRACK &gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns/gstr8 PITCTRACK v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=TDSTRACK &gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns TDSTRACK v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=RETSTATUS &gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns RETSTATUS v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=BAL &gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns BAL v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=CASH &gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns CASH v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=CASHSUM &gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns CASHSUM v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=ITC &gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns ITC v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=ITCSUM &gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/returns ITCSUM v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=TAX &gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/ledgers TAX v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=TAXPAYABLE &gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/ledgers TAXPAYABLE v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/ledgers
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/ledgers UTLCSH v0.3 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/ledgers
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Request Body {
"data": "OoRM+dn2Tlw/S0MORPbiu1Y+iACRe/+elzB4Zi7u0Q2tuPm9IL3jZ/2Iublpg==",
"hmac": "hQ2rkYe2cpIP4TkYTU9XGA",
"action": "{0}"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/ledgers UTLITC v0.3 Rest API POST

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=CHLLNLST &gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/payment CHLLNLST v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=CHLLNSUM &gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/payment CHLLNSUM v0.2 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/returns/gstr8?action=GSP &gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/gsp/response GSP v1.0 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/files?action=LF&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/files LF v1.0 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

EWB APIs
  • EWB APIS
  • Total Count: 21
Sample Request
Sample URL https://gsp.adaequare.com/test/ewb/authenticate
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"gstin": "36GSTIN12313",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Reuqest Body {
"action": "{0}",
"username": "taxpayer_user_name",
"password": "qhY1IG8kU0L5My/rSkSdI0LOs/8DWvEli8C/ZPmCQFR0Ysuf7e+iaEzZQCm==",
"app_key": "U2kljH9RBMlu5OPhoLmlHeVR1CY4OkIj1M0omhHRpCjYP8S2tpiZGUXsOW//=="
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/ewb/authenticate ACCESSTOKEN v1.02 Rest API POST
Note: The header should contain /"Authorization/" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.
Sample Request
Sample URL https://gsp.adaequare.com/test/ewb/ewayapi
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"gstin": "36GSTIN12313",
"authtoken": "iNiPN2jOXAAUfiyet13WwHrV3", "Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/ewb/ewayapi GENEWAYBILL v1.02 Rest API POST
Note: The header should contain /"Authorization/" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.
Sample Request
Sample URL https://gsp.adaequare.com/test/ewb/ewayapi
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"gstin": "36GSTIN12313",
"authtoken": "iNiPN2jOXAAUfiyet13WwHrV3", "Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/ewb/ewayapi VEHEWB v1.02 Rest API POST
Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.
Sample Request
Sample URL https://gsp.adaequare.com/test/ewb/ewayapi
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"gstin": "36GSTIN12313",
"authtoken": "iNiPN2jOXAAUfiyet13WwHrV3", "Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/ewb/ewayapi GENCEWB v1.02 Rest API POST
Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.
Sample Request
Sample URL https://gsp.adaequare.com/test/ewb/ewayapi
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"gstin": "36GSTIN12313",
"authtoken": "iNiPN2jOXAAUfiyet13WwHrV3", "Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/ewb/ewayapi GENCEWB v1.02 Rest API POST
Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.
Sample Request
Sample URL https://gsp.adaequare.com/test/ewb/ewayapi
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"gstin": "36GSTIN12313",
"authtoken": "iNiPN2jOXAAUfiyet13WwHrV3", "Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/ewb/ewayapi REJEWB v1.02 Rest API POST
Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.
Sample Request
Sample URL https://gsp.adaequare.com/test/ewb/ewayapi/GetEwayBill?action=NA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"gstin": "36GSTIN12313",
"authtoken": "iNiPN2jOXAAUfiyet13WwHrV3", "Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/ewb/ewayapi NA v1.02 Rest API GET
Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.
Sample Request
Sample URL https://gsp.adaequare.com/test/ewb/ewayapi/GetEwayBillsForTransporterByGstin?action=NA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"gstin": "36GSTIN12313",
"authtoken": "iNiPN2jOXAAUfiyet13WwHrV3", "Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/ewb/ewayapi/GetEwayBillsForTransporterByGstin NA v1.02 Rest API GET
Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.
Sample Request
Sample URL https://gsp.adaequare.com/test/ewb/ewayapi/GetEwayBillsofOtherParty?action=NA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"gstin": "36GSTIN12313",
"authtoken": "iNiPN2jOXAAUfiyet13WwHrV3", "Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/ewb/ewayapi/GetEwayBillsofOtherParty NA v1.02 Rest API GET
Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.
Sample Request
Sample URL https://gsp.adaequare.com/test/ewb/ewayapi/GetTripSheet?action=NA&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"gstin": "36GSTIN12313",
"authtoken": "iNiPN2jOXAAUfiyet13WwHrV3", "Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/ewb/ewayapi/GetTripSheet NA v1.02 Rest API GET
Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.
Sample Request
Sample URL https://gsp.adaequare.com/test/ewb/ewayapi
HTTP Method POST
Headers {
"username": "taxpayer_user_name",
"gstin": "36GSTIN12313",
"authtoken": "iNiPN2jOXAAUfiyet13WwHrV3", "Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/ewb/ewayapi/GetTripSheet VEHEWB v1.02 Rest API GET
Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.
Sample Request
Sample URL https://gsp.adaequare.com/test/enriched/ewb/ewayapi/GetEwayBillsForTransporter?date=29/03/2018
HTTP Method GET
Headers {
"Content-Type": "application/json",
"username": "ew.user",
"password": "ab@123@@",
"gstin": "36GSPOHM281G2ZP",
"requestid": "any_alpha_numeric_value",
"Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzY29wZSI6WyJnc3" }
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/enriched/ewb/ewayapi/GetEwayBillsForTransporter NA v1.02 Rest API GET
Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.
Sample Request
Sample URL https://gsp.adaequare.com/test/enriched/ewb/ewayapi/GetEwayBillsofOtherParty?date=29/03/2018
HTTP Method GET
Headers {
"Content-Type": "application/json",
"username": "ew.user",
"password": "ab@123@@",
"gstin": "36GSPOHM281G2ZP",
"requestid": "any_alpha_numeric_value",
"Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzY29wZSI6WyJnc3" }
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/enriched/ewb/ewayapi/GetEwayBillsofOtherParty NA v1.02 Rest API GET
Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.
Sample Request
Sample URL https://gsp.adaequare.com/test/enriched/ewb/master/GetTransporterDetails?trn_no=06AAACG4445R1ZN
HTTP Method GET
Headers {
"Content-Type": "application/json",
"username": "ew.user",
"password": "ab@123@@",
"gstin": "36GSPOHM281G2ZP",
"requestid": "any_alpha_numeric_value",
"Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzY29wZSI6WyJnc3" }
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/enriched/ewb/ewayapi/GetEwayBillsofOtherParty NA v1.02 Rest API GET
Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.
Sample Request
Sample URL https://gsp.adaequare.com/test/enriched/ewb/master/GetErrorList
HTTP Method GET
Headers {
"Content-Type": "application/json",
"username": "ew.user",
"password": "ab@123@@",
"gstin": "36GSPOHM281G2ZP",
"requestid": "any_alpha_numeric_value",
"Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzY29wZSI6WyJnc3" }
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/enriched/ewb/ewayapi/GetEwayBillsofOtherParty NA v1.02 Rest API GET
Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.
Sample Request
Sample URL https://gsp.adaequare.com/test/enriched/ewb/master/GetHsnDetailsByHsnCode?hsncode=1001
HTTP Method GET
Headers {
"Content-Type": "application/json",
"username": "ew.user",
"password": "ab@123@@",
"gstin": "36GSPOHM281G2ZP",
"requestid": "any_alpha_numeric_value",
"Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzY29wZSI6WyJnc3" }
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/enriched/ewb/ewayapi/GetEwayBillsofOtherParty NA v1.02 Rest API GET
Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.
Sample Request
Sample URL https://gsp.adaequare.com/test/enriched/ewb/master/GetGSTINDetails?gstin=36GSPOHM281G1ZP
HTTP Method GET
Headers {
"Content-Type": "application/json",
"username": "ew.user",
"password": "ab@123@@",
"gstin": "36GSPOHM281G2ZP",
"requestid": "any_alpha_numeric_value",
"Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzY29wZSI6WyJnc3" }
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/enriched/ewb/master/GetGSTINDetails NA v1.02 Rest API GET
Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.
Sample Request
Sample URL https://gsp.adaequare.com/test/enriched/ewb/ewayapi?action=REGENTRIPSHEET
HTTP Method POST
Headers {
"Content-Type": "application/json",
"username": "ew.user",
"password": "ab@123@@",
"gstin": "36GSPOHM281G2ZP",
"requestid": "any_alpha_numeric_value",
"Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzY29wZSI6WyJnc3" }
Request Body {
"tripSheetNo": 1710001952,
"vehicleNo": "PQR1234",
"fromPlace": "Bengaluru",
"fromState": 29,
"transDocNo": "1234 ",
"transDocDate": "26/04/2018 ",
"transMode": "1",
"reasonCode": 1,
"reasonRem": "Flood"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/enriched/ewb/ewayapi REGENTRIPSHEET v1.02 Rest API GET
Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.
Sample Request
Sample URL https://gsp.adaequare.com/test/enriched/ewb/ewayapi?action=UPDATETRANSPORTER
HTTP Method POST
Headers {
"Content-Type": "application/json",
"username": "ew.user",
"password": "ab@123@@",
"gstin": "36GSPOHM281G2ZP",
"requestid": "any_alpha_numeric_value",
"Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzY29wZSI6WyJnc3" }
Request Body {
"ewbNo": "161000843009",
"transporterId": "29AKLPM8755F1Z2
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/enriched/ewb/ewayapi UPDATETRANSPORTER v1.02 Rest API GET
Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.
Sample Request
Sample URL https://gsp.adaequare.com/test/enriched/ewb/ewayapi?action=MULTIVEHMOVINT
HTTP Method POST
Headers {
"Content-Type": "application/json",
"username": "ew.user",
"password": "ab@123@@",
"gstin": "36GSPOHM281G2ZP",
"requestid": "any_alpha_numeric_value",
"Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzY29wZSI6WyJnc3" }
Request Body {
"ewbNo": 131001111287,
"reasonCode": "1",
"reasonRem": "vehicle broke down",
"fromPlace": "BANGALORE",
"fromState": 29,
"toPlace": "Chennai",
"toState": 33,
"transMode": "1",
"totalQuantity": 33,
"unitCode": "NOS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/enriched/ewb/ewayapi MULTIVEHMOVINT v1.02 Rest API POST
Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.
Sample Request
Sample URL https://gsp.adaequare.com/test/enriched/ewb/ewayapi?action=MULTIVEHADD
HTTP Method POST
Headers {
"Content-Type": "application/json",
"username": "ew.user",
"password": "ab@123@@",
"gstin": "36GSPOHM281G2ZP",
"requestid": "any_alpha_numeric_value",
"Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzY29wZSI6WyJnc3" }
Request Body {
"ewbNo": 131001111287,
"groupNo": "1",
"vehicleNo": "PQR1234",
"transDocNo": "1234",
"transDocDate": "12/10/2017",
"quantity": 15
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/enriched/ewb/ewayapi MULTIVEHADD v1.02 Rest API POST
Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.
Sample Request
Sample URL https://gsp.adaequare.com/test/enriched/ewb/ewayapi?action=MULTIVEHUPD
HTTP Method POST
Headers {
"Content-Type": "application/json",
"username": "ew.user",
"password": "ab@123@@",
"gstin": "36GSPOHM281G2ZP",
"requestid": "any_alpha_numeric_value",
"Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzY29wZSI6WyJnc3" }
Request Body {
"ewbNo": 111000609282,
"groupNo": 1,
"oldvehicleNo": "PQR1234",
"newVehicleNo": " PQR1234",
"oldTranNo": "ABC123",
"newTranNo": "PQR123",
"fromPlace": "Lucknow",
"fromState": "09",
"reasonCode": "1",
"reasonRem": "vehicle broke down"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/enriched/ewb/ewayapi MULTIVEHUPD v1.02 Rest API POST
Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.
GST Public APIs
  • GST Public APIS
  • Total Count: 2
Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/commonapi/search?action=TP&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Reuqest Body {
"action": "{0}",
"username": "taxpayer_user_name",
"password": "qhY1IG8kU0L5My/rSkSdI0LOs/8DWvEli8C/ZPmCQFR0Ysuf7e+iaEzZQCm==",
"app_key": "U2kljH9RBMlu5OPhoLmlHeVR1CY4OkIj1M0omhHRpCjYP8S2tpiZGUXsOW//=="
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/commonapi/search LF v0.3 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Sample Request
Sample URL https://gsp.adaequare.com/test/gstn/commonapi/returns?action=RETTRACK&gstin=YOURGSTIN&ret_period=072017
HTTP Method GET
Headers {
"username": "taxpayer_user_name",
"ret_period": "072017",
"gstin": "36GSTIN12313",
"state-cd": "36",
"ip-usr": "52.66.63.11",
"txn": "4c7ed84f3fa8402fa4d77622f99797ed",
"Authorization": "Bearer eyJh.eyJzY29wZSI.6WyJnc3AiXS"
}
Summary
API Url API Action API Version API Type Http Method
https://gsp.adaequare.com/test/gstn/commonapi/returns RETTRACK v1.0 Rest API GET

Note: The header should contain "Authorization" to get authenticated to Specifications to use this API are same as the specifications provided by GSTN. This API should be used with data encrypted by the public key provided by GSTN.

Tax Determination API
  • Tax Determination API
  • Total Count: 1
Sample Request
Sample URL https://sandbox-addtax.encomply.com/in/gst
HTTP Method POST
Sample Reuqest Body {
"transactionType": "Sales",
"transactionSubType":"Domestic Sale",
"transactionDate":"09/11/2017",
"orgGSTIN": "29WERTF1234R2Z3",
"orgCountryCode": "IN",
"orgStateCode": "KA",
"orgStateName":"Karnataka",
"orgBusinessEntity":"",
"orgBodyCorporate":"",
"orgClass":"",
"orgTurnover":"",
"orgRegistrationStatus":"",
"partyGSTIN":"27AAACU4272D1ZI",
"partyCountryCode": "IN",
"partyStateCode":"MH",
"partyStateName":"Maharashtra",
"partyBusinessEntity":"",
"partyBodyCorporate":"",
"partyClass":"",
"partyTurnover":"",
"partyRegistrationStatus":"",
"perfCountryCode":"",
"perfStateCode": "MH",
"perfStateName":"Maharashtra",
"lineItems": [
{
"uid":"",
"itemType": "Good",
"code": "5211",
"scheduleDescriptionCode":"",
"qty":"",
"rate":"",
"grossAmount":"0" ,
"grossAmountInclTax":"1800",
"mrp": "",
"chgBeforeGST":"",
"discBeforeGST":"",
"chgAfterGST":"",
"discAfterGST":"",
"perfCountryCode": "IN",
"perfStateCode": "MH",
"perfStateName":"Maharashtra",
"exemptionNotification":"",
"compensationCessDescriptionCode":"",
"rcmDescriptionCode":"",
"exportPaymentOfGST":""
}
]
}