POST Access Token

API Key

Application
Authentication type
Value

bearer_token

Bearer token

apidemo_bearer_token

basic_authentication

Basic authentication

john:forcs1234

eformsign_signature

eformsign signature

Add a request named 'access_token'.

Request

Item
Key
Value

HTTP Request

POST

https://api.eformsign.com/v2.0/api_auth/access_token

Header

Authorization

Bearer {{base64 encoded API key}}

Authentication*

Bearer Token

Basic Authentication

eformsign signature

Body

JSON

Authentication*

Authentication type
Value
Example

Bearer Token

Bearer {{Token string}}

Bearer apidemo_bearer_token

Basic Authentication

Basic {{Private key}}

Basic am9objp...

eformsign signature

{{request_time을 private key로 서명한 값}}

3046022100d2...

Returns

  • access_token

  • refresh_token

Last updated