Skip to content

Instantly share code, notes, and snippets.

@vbence86
Last active June 22, 2016 09:28
Show Gist options
  • Save vbence86/a555a9ca7f85119f40215f9ded4f6181 to your computer and use it in GitHub Desktop.
Save vbence86/a555a9ca7f85119f40215f9ded4f6181 to your computer and use it in GitHub Desktop.
Register a member to a Babel Test Environment through Babel REST API

Register a member

  • Send an HTTP POST Request as follows

URL

https://babel-api-0-elb-external.babeltest.photobox.com/v2/Community/Member/New

HTTP Headers

X-Babel-Client: boxtop
content-type: application/json

HTTP Body

{
    "email": "[email protected]",
    "set_password": {
        "password": "pbx123"
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment