Skip to content

Instantly share code, notes, and snippets.

@mecampbellsoup
Last active June 28, 2016 20:36
Show Gist options
  • Select an option

  • Save mecampbellsoup/fbcb7650b54e86ef3a489945b7a27dc5 to your computer and use it in GitHub Desktop.

Select an option

Save mecampbellsoup/fbcb7650b54e86ef3a489945b7a27dc5 to your computer and use it in GitHub Desktop.
POST /v1/profiles?application_id=some-app-id
{
"data": {
"type": "profiles",
"relationships": {
"owner": {
"data": {
"type": "people",
"attributes": {
"first_name": "John",
"last_name": "Doe",
"ssn": "111-222-1614"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment