Reference
Follow
API List
This is a list of APIs and basic request information provided by DFINERY Open API.
URL | Host | Method | Function | |
/api/v1/users/profile/update | https://openapi.dfinery.io | POST | User Profile Settings and Updates | |
/api/v1/users/profile | https://openapi.dfinery.io | POST | View User Profile | |
/api/v1/users/ci/update | https://openapi.dfinery.io | POST | User CI Profile Setup and Update | |
/api/v1/users/ci | https://openapi.dfinery.io | POST | View User CI Profile | |
/api/v1/events | https://openapi.dfinery.io | POST | S2S Event Upload |
Error code
This is the Response Code when requesting Open API.
Code | Message | Description | Http Status |
2000 | Request successful | 200 | |
4001 | Invalid API Token Error. | Invalid Token | 400 |
4002 |
Invalid request format. Required parameters cannot be empty. Too many ids in request. Contains Unsupported value type |
Solution for cases where a required argument is not included, or the data type of the call argument value is not appropriate, or it is out of the allowed range: Check the request parameters | 400 |
4003 | Forbidden account error. | If the account is sanctioned or if the account engages in sanctioned behavior | 403 |
4004 | Unauthorized | Solution if you do not have request permission for the API: Refer to the understanding document of the API, conduct a review, obtain permission, and then recall. | 403 |
4005 | This API is closed. | Solution for calling a terminated API service: Check the notification email and update accordingly. | 400 |
4006 | API RateLimit exceeded. | Solution for exceeding the allowed number of requests: Check the rate limit and adjust calls within the range. If additional requests are needed, contact customer service. | 429 |
4007 | Contains unsupported property {name or value}. | When an unsupported Property Value Type is set. | 400 |
4008 |
Contains invalid data type in kakao id property.Check kakao id property.
|
If the Kakao ID property item does not match the specified data format and cannot be processed by the server Solution: Check data type |
400 |
4009 |
Contains invalid data type in phone number property.Check phone number property.
|
If the Phone Number property item does not match the specified data format and cannot be processed by the server Solution: Check data type |
400 |
5001 | Internal Server Error. | If an error occurs during processing inside the server, solution: Retry and contact customer service | 500 |
5002 | 서비스가 유지보수 중입니다.Please try again later. | Service under maintenance | 503 |
5003 | The server was too busy to handle it.Please try again later. |
If the server is overwhelmed with too many requests and cannot process them
Solution: Retry and contact customer service |