Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Socialmetrix Echo API reference

NotificationsYou must be signed in to change notification settings

socialmetrix/echo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Below you will the documentation forSocialmetrix Echo API.Any doubt or suggestion you cancontact us directly.

Getting Started

In order to access our API you need to get your credentials consisting of an username and a token, please refer to your account executive to obtain them. They will be like this:

Username: arjonesToken: e621ef33-62b0-4a44-9c9c-559f40b546cb

API base URL

Our current API uses yourEcho Instance asbase url , your instance is defined at your URL, for example, if your url is:http://socialmetrix-lat.smxecho.com/ your instance issocialmetrix-lat.

Once you have the instance, you can setup the base url as follows:http://$INSTANCE.smxecho.com/ws/$INSTANCE/echo

Authentication

Once you have your credentials you MUST include them as part of HTTP HEADER.As an example, usingcurl:

INSTANCE=socialmetrix-latSMXUSER=arjonesTOKEN=e621ef33-62b0-4a44-9c9c-559f40b546cbcurl \  -H"username:$SMXUSER" \  -H"token:$TOKEN" \  -H'Content-Type: application/json' \"http://$INSTANCE.smxecho.com/ws/$INSTANCE/echo/options/brands"

Rate limiting

During this initial phase, the API isn't rate limited, we want to learn from our customers' consumption patterns to provide an easy to use API. Keep in mind that misuse or abuse will be blocked.

API ready for use

Currently available endpoints are:

Help us make it better

Please tell us how we can make the API better. If you have a specific feature request or if you found a bug, please use GitHub issues. Fork these docs and send a pull request with improvements.

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp